Skip to content

Commit ee6ccac

Browse files
committed
fix: update social media links to new handle for consistency
1 parent 6ddd172 commit ee6ccac

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default function Footer() {
8888
<h4 className="text-sm font-semibold text-white mb-4">Follow</h4>
8989
<div className="flex gap-3">
9090
<a
91-
href="https://x.com/enoughaashuu"
91+
href="https://x.com/warrioraashuu"
9292
target="_blank"
9393
rel="noopener noreferrer"
9494
className="text-gray-400 hover:text-white transition-colors"

src/components/TopNavbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export default function TopNavbar() {
167167
{isLandingPage && (
168168
<>
169169
<a
170-
href="https://x.com/enoughaashuu/"
170+
href="https://x.com/warrioraashuu"
171171
target="_blank"
172172
rel="noopener noreferrer"
173173
aria-label="X"

src/iconlogo/features/editor/FABs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { motion, type Variants } from "framer-motion";
55
import Image from "next/image";
66
import { useState } from "react";
77

8-
const FEEDBACK_URL = "https://x.com/enoughaashuu";
8+
const FEEDBACK_URL = "https://x.com/warrioraashuu";
99
const ICECREAM_URL = "https://buymeacoffee.com/aashuu";
1010
const WEBSITE_URL = "https://enough.aashuu.tech/";
1111

0 commit comments

Comments
 (0)