Skip to content

Commit 6e098df

Browse files
committed
Fix brand
1 parent 9b73503 commit 6e098df

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/Nav.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<nav>
33
<div class="nav-left">
44
<h1>
5-
<a href="{{ brand.href }}">{{ brand.text }}</a>
5+
<a v-bind:href="brand.href">{{ brand.text }}</a>
66
</h1>
77

88
<div class="info">

src/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"brand": {
3-
"text": "maps.codefor.berlin",
4-
"href": "https:/maps.codefor.berlin/"
3+
"text": "maps.berlin.codefor.de",
4+
"href": "https:/maps.berlin.codefor.de"
55
},
66
"view": {
77
"center": [

0 commit comments

Comments
 (0)