Skip to content

Commit e94208f

Browse files
authored
fix: remove dead social Twitter button (#8)
1 parent 4db5dd8 commit e94208f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

components/App/Footer.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ const { social } = useAppConfig()
1111
<Icon name="mingcute:linkedin-line" size="20" />
1212
</AppButton>
1313
</NuxtLink>
14-
<NuxtLink :to="social.twitter" :external="true" target="_blank">
15-
<AppButton type="inverse" class="h-9 w-9 grid place-content-center">
16-
<Icon name="mingcute:social-x-line" size="20" />
17-
</AppButton>
18-
</NuxtLink>
1914
<NuxtLink :to="social.github" :external="true" target="_blank">
2015
<AppButton type="inverse" class="h-9 w-9 grid place-content-center">
2116
<Icon name="mingcute:github-line" size="20" />

0 commit comments

Comments
 (0)