Update Home.page.vue

This commit is contained in:
elibrody 2024-01-10 19:22:57 -05:00 committed by GitHub
parent 9bed844e3a
commit e04022da73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,14 +20,14 @@ const { t } = useI18n();
<ColoredCard :title="$t('home.follow.title')" :icon="Heart"> <ColoredCard :title="$t('home.follow.title')" :icon="Heart">
{{ $t('home.follow.p1') }} {{ $t('home.follow.p1') }}
<a <a
href="https://github.com/CorentinTh/it-tools" href="https://github.com/TheTechNetwork/it-tools"
rel="noopener" rel="noopener"
target="_blank" target="_blank"
:aria-label="$t('home.follow.githubRepository')" :aria-label="$t('home.follow.githubRepository')"
>GitHub</a> >GitHub</a>
{{ $t('home.follow.p2') }} {{ $t('home.follow.p2') }}
<a <a
href="https://twitter.com/ittoolsdottech" href="https://twitter.com/is_that_merican"
rel="noopener" rel="noopener"
target="_blank" target="_blank"
:aria-label="$t('home.follow.twitterAccount')" :aria-label="$t('home.follow.twitterAccount')"