Skip to content

Commit c8ef628

Browse files
committed
removed twitter/x links
1 parent 23201c7 commit c8ef628

3 files changed

Lines changed: 0 additions & 20 deletions

File tree

components/Footer.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ export default function Footer() {
6464
Instagram
6565
</Link>
6666
</li>
67-
<li>
68-
<Link href="https://x.com/lap_mgmt" target="_blank">
69-
Twitter / X
70-
</Link>
71-
</li>
7267
</ul>
7368
</nav>
7469
</div>

components/FooterSocialsLinks.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ export default function FooterSocialLinks() {
2828
ariaLabel: "Visit our Instagram page",
2929
Icon: RiInstagramLine,
3030
},
31-
{
32-
href: "https://x.com/lap_mgmt",
33-
ariaLabel: "Visit our X page",
34-
Icon: RiTwitterFill,
35-
},
3631
{
3732
href: "https://www.tiktok.com/@lap_mgmt",
3833
ariaLabel: "Visit our TikTok page",

components/Header.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,6 @@ export default function Header() {
124124
ariaLabel: "Visit our Instagram page",
125125
Icon: RiInstagramLine,
126126
},
127-
{
128-
href: "https://x.com/lap_mgmt",
129-
ariaLabel: "Visit our X page",
130-
Icon: RiTwitterFill,
131-
},
132127
{
133128
href: "https://www.tiktok.com/@lap_mgmt",
134129
ariaLabel: "Visit our TikTok page",
@@ -189,11 +184,6 @@ export default function Header() {
189184
ariaLabel: "Visit our Instagram page",
190185
Icon: RiInstagramLine,
191186
},
192-
{
193-
href: "https://x.com/lap_mgmt",
194-
ariaLabel: "Visit our X page",
195-
Icon: RiTwitterFill,
196-
},
197187
{
198188
href: "https://www.tiktok.com/@lap_mgmt",
199189
ariaLabel: "Visit our TikTok page",

0 commit comments

Comments
 (0)