Skip to content

Commit

Permalink
fix: footer overlaps in chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Seli0303 committed Jul 10, 2024
1 parent 2996465 commit cb0037d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fragments/footer/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<span><a :style="linkColor" target="_blank" href="https://github.com/GIScience/ors-map-client">v{{ appVersion }}</a>&nbsp;|&nbsp;© {{currentYear}} <strong>{{footerMainSiteName}}</strong></span>
<div>{{ $t('global.developedByIntro') }}
<a :style="linkColor" target="_blank" :title="$t('global.developedBy')" :href="footerLink">{{ $t('global.developedBy') }}</a>
</div><br>
</div>
<a :style="linkColor" class="link" :title="$t('about.privacyPolicy')" :href="constants.links.privacyPolicy"
target="_blank">{{ $t('about.privacyPolicy') }}</a>
<v-spacer shrink></v-spacer>
Expand Down

0 comments on commit cb0037d

Please sign in to comment.