Skip to content

Commit

Permalink
fix: footer overlaps in chrome (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator authored Jul 10, 2024
2 parents 2996465 + cb0037d commit e32a692
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 e32a692

Please sign in to comment.