Update NavbarButtons.vue

This commit is contained in:
elibrody 2024-01-10 18:28:01 -05:00 committed by GitHub
parent 7da326a286
commit d396641314
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ const { isDarkTheme } = toRefs(styleStore);
<c-button
circle
variant="text"
href="https://github.com/CorentinTh/it-tools"
href="https://github.com/TheTechNetwork"
target="_blank"
rel="noopener noreferrer"
:aria-label="$t('home.nav.githubRepository')"
@ -24,7 +24,7 @@ const { isDarkTheme } = toRefs(styleStore);
<c-button
circle
variant="text"
href="https://twitter.com/ittoolsdottech"
href="https://twitter.com/elibrody"
rel="noopener"
target="_blank"
:aria-label="$t('home.nav.twitterAccount')"