Update Home.page.vue
This commit is contained in:
parent
9bed844e3a
commit
e04022da73
@ -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')"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user