Skip to content

Commit

Permalink
Merge pull request #84 from readingdancer/Adding-Meta-Small-Fixes
Browse files Browse the repository at this point in the history
Adding meta data and fixing some small issues.
  • Loading branch information
readingdancer authored Apr 3, 2020
2 parents 8d4ae96 + c01a0e0 commit 0440ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion covid-19-support/src/components/SearchFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</div>

<InfoPanel :infotype="'note'" :icon="'fa-info-circle'" v-if="currentBusiness == null || showListing">
{{ $t('sidebar.info-about-us') }} <a href="#" @click="$bvModal.show()">{{ $t('sidebar.info-link-text') }}</a>
{{ $t('sidebar.info-about-us') }} <a href="#" @click="$bvModal.show('about-us')">{{ $t('sidebar.info-link-text') }}</a>
{{ $t('sidebar.info-end-text') }}
</InfoPanel>

Expand Down

0 comments on commit 0440ad5

Please sign in to comment.