|
@@ -7,31 +7,7 @@ const { isDarkTheme } = toRefs(styleStore);
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<template>
|
|
<template>
|
|
- <c-tooltip :tooltip="$t('home.nav.github')" position="bottom">
|
|
|
|
- <c-button
|
|
|
|
- circle
|
|
|
|
- variant="text"
|
|
|
|
- href="https://github.com/CorentinTh/it-tools"
|
|
|
|
- target="_blank"
|
|
|
|
- rel="noopener noreferrer"
|
|
|
|
- :aria-label="$t('home.nav.githubRepository')"
|
|
|
|
- >
|
|
|
|
- <n-icon size="25" :component="BrandGithub" />
|
|
|
|
- </c-button>
|
|
|
|
- </c-tooltip>
|
|
|
|
|
|
|
|
- <c-tooltip :tooltip="$t('home.nav.twitter')" position="bottom">
|
|
|
|
- <c-button
|
|
|
|
- circle
|
|
|
|
- variant="text"
|
|
|
|
- href="https://twitter.com/ittoolsdottech"
|
|
|
|
- rel="noopener"
|
|
|
|
- target="_blank"
|
|
|
|
- :aria-label="$t('home.nav.twitterAccount')"
|
|
|
|
- >
|
|
|
|
- <n-icon size="25" :component="BrandTwitter" />
|
|
|
|
- </c-button>
|
|
|
|
- </c-tooltip>
|
|
|
|
|
|
|
|
<c-tooltip :tooltip="$t('home.nav.about')" position="bottom">
|
|
<c-tooltip :tooltip="$t('home.nav.about')" position="bottom">
|
|
<c-button circle variant="text" to="/about" :aria-label="$t('home.nav.aboutLabel')">
|
|
<c-button circle variant="text" to="/about" :aria-label="$t('home.nav.aboutLabel')">
|