Skip to content

Commit

Permalink
changed the info_title on the details page to be a span to potentia…
Browse files Browse the repository at this point in the history
…lly have better SEO..
  • Loading branch information
CommanderStorm authored Apr 28, 2024
1 parent 6c6aecd commit 1967b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webclient/components/DetailsInfoSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const runtimeConfig = useRuntimeConfig();
/>
</button>
<div class="px-5 py-3">
<h2 class="sr-only">{{ t("info_title") }}</h2>
<span class="sr-only">{{ t("info_title") }}</span>
<DetailsPropertyTable v-if="data" :props="data.props" />
<div class="mt-3 grid gap-2">
<Toast v-if="data.coords.accuracy === 'building'" level="warning" :msg="t('msg.inaccurate_only_building')" />
Expand Down

0 comments on commit 1967b04

Please sign in to comment.