Update NavbarButtons.vue
This commit is contained in:
parent
7da326a286
commit
d396641314
@ -11,7 +11,7 @@ const { isDarkTheme } = toRefs(styleStore);
|
|||||||
<c-button
|
<c-button
|
||||||
circle
|
circle
|
||||||
variant="text"
|
variant="text"
|
||||||
href="https://github.com/CorentinTh/it-tools"
|
href="https://github.com/TheTechNetwork"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
:aria-label="$t('home.nav.githubRepository')"
|
:aria-label="$t('home.nav.githubRepository')"
|
||||||
@ -24,7 +24,7 @@ const { isDarkTheme } = toRefs(styleStore);
|
|||||||
<c-button
|
<c-button
|
||||||
circle
|
circle
|
||||||
variant="text"
|
variant="text"
|
||||||
href="https://twitter.com/ittoolsdottech"
|
href="https://twitter.com/elibrody"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
:aria-label="$t('home.nav.twitterAccount')"
|
:aria-label="$t('home.nav.twitterAccount')"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user