Skip to content

Commit

Permalink
Merge Rename to INTERLIS Model Browser #60
Browse files Browse the repository at this point in the history
Closes #57
  • Loading branch information
MiraGeowerkstatt authored Aug 29, 2022
2 parents 5567b1d + 36d2dd6 commit 2aad3b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![CI](https://github.com/GeoWerkstatt/interlis-model-browser/actions/workflows/ci.yml/badge.svg)](https://github.com/GeoWerkstatt/interlis-model-browser/actions/workflows/ci.yml)
[![Release](https://github.com/GeoWerkstatt/interlis-model-browser/actions/workflows/release.yml/badge.svg)](https://github.com/GeoWerkstatt/interlis-model-browser/actions/workflows/release.yml)

# INTERLIS Modellablage-Suche («Model-Repo-Browser»)
# INTERLIS Modell-Suche («INTERLIS Model Browser»)

Webapplikation zur Suche von INTERLIS-Modellen in öffentlichen Repositories mittels Eigenschaften wie Name, Dateiname, publizierende Stelle/Kanton oder Modell-Version.

Expand Down
2 changes: 1 addition & 1 deletion src/ClientApp/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<base href="%PUBLIC_URL%/" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<title>ModelRepoBrowser</title>
<title>INTERLIS Model Browser</title>
</head>
<body>
<noscript>
Expand Down
2 changes: 1 addition & 1 deletion src/ClientApp/src/components/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function Layout(props) {
<Box sx={{ flexGrow: 1 }}>
<AppBar position="static">
<Toolbar>
<Typography sx={{ flexGrow: 1 }}>INTERLIS Model Repo Browser</Typography>
<Typography sx={{ flexGrow: 1 }}>INTERLIS Model Browser</Typography>
<Tooltip title={t("generate-embed-tag")}>
<CodeIcon sx={{ marginBottom: 0.5, marginRight: 1 }} onClick={handleClickOpen}></CodeIcon>
</Tooltip>
Expand Down

0 comments on commit 2aad3b9

Please sign in to comment.