Skip to content

Commit 3632621

Browse files
committed
Remove twitter from socials
1 parent cf32f67 commit 3632621

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

components/SocialLinks.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
<ULink to="https://www.linkedin.com/in/alexandre-n%C3%A9d%C3%A9lec-24565549/" target="_blank">
55
<UIcon name="i-simple-icons-linkedin" class="w-10 h-10 flex-shrink-0"/>
66
</ULink>
7-
<ULink to="https://twitter.com/TechWatching" target="_blank">
8-
<UIcon name="i-simple-icons-x" class="w-10 h-10 flex-shrink-0"/>
9-
</ULink>
107
<ULink to="https://mas.to/@techwatching" target="_blank">
118
<UIcon name="i-simple-icons-mastodon" class="w-10 h-10 flex-shrink-0"/>
129
</ULink>

components/SocialsShare.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<UDivider type="dashed" label="Share" class="mt-10 mb-5"/>
66
<div class="flex flex-row gap-2 flex-wrap w-full mb-5">
77
<SocialShare
8-
v-for="network in ['bluesky', 'twitter', 'linkedin', 'reddit', 'email']"
8+
v-for="network in ['bluesky', 'linkedin', 'reddit', 'email']"
99
:key="network"
1010
:network="network"
1111
:styled="false"

0 commit comments

Comments
 (0)