diff options
author | 2023-03-08 18:09:53 +0100 | |
---|---|---|
committer | 2023-03-08 18:09:53 +0100 | |
commit | 7958e2e0756e21cb12559322d4dea46bc271ed93 (patch) | |
tree | 72dd6c0eef5c86114a21a873bd20889dce351b78 /src/components/NavbarButtons.vue | |
parent | 61024279b52774d46eb70c1bea82b8bb1c9b063a (diff) | |
download | it-tools-7958e2e0756e21cb12559322d4dea46bc271ed93.tar.gz it-tools-7958e2e0756e21cb12559322d4dea46bc271ed93.tar.zst it-tools-7958e2e0756e21cb12559322d4dea46bc271ed93.zip |
refactor(branding): correct branding for twitter & github (#268)
Diffstat (limited to 'src/components/NavbarButtons.vue')
-rw-r--r-- | src/components/NavbarButtons.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/NavbarButtons.vue b/src/components/NavbarButtons.vue index 8296f3f..5a1084f 100644 --- a/src/components/NavbarButtons.vue +++ b/src/components/NavbarButtons.vue @@ -9,7 +9,7 @@ href="https://github.com/CorentinTh/it-tools" rel="noopener" target="_blank" - aria-label="IT-Tools' github repository" + aria-label="IT-Tools' GitHub repository" > <n-icon size="25" :component="BrandGithub" /> </n-button> @@ -27,12 +27,12 @@ href="https://twitter.com/ittoolsdottech" rel="noopener" target="_blank" - aria-label="IT Tools' twitter account" + aria-label="IT Tools' Twitter account" > <n-icon size="25" :component="BrandTwitter" /> </n-button> </template> - IT Tools' twitter account + IT Tools' Twitter account </n-tooltip> <router-link to="/about" #="{ navigate, href }" custom> |