Skip to content

Commit cd0206d

Browse files
committed
fix: update social media links to reflect Enough Aashuu branding
1 parent acb561d commit cd0206d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/app/terms-of-service/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default function TermsOfService() {
9595
<section>
9696
<h2 className="text-2xl font-semibold text-white mb-4">9. Contact</h2>
9797
<p>
98-
For questions about these Terms, visit our contact page or reach out on X @warrioraashuu.
98+
For questions about these Terms, visit our contact page or reach out on X @enoughaashuu.
9999
</p>
100100
</section>
101101
</div>

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/warrioraashuu"
91+
href="https://x.com/enoughaashuu"
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
@@ -153,7 +153,7 @@ export default function TopNavbar() {
153153
{isLandingPage && (
154154
<>
155155
<a
156-
href="https://x.com/warrioraashuu/"
156+
href="https://x.com/enoughaashuu/"
157157
target="_blank"
158158
rel="noopener noreferrer"
159159
aria-label="X"

src/iconlogo/features/editor/FABs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { trackEvent } from "#/lib/analytics";
88
import { useChangelogStatus } from "#/queries/changelog/use-changelog-status";
99
import { InfoModal } from "./InfoModal";
1010

11-
const FEEDBACK_URL = "https://x.com/warrioraashuu";
11+
const FEEDBACK_URL = "https://x.com/enoughaashuu";
1212
const ICECREAM_URL = "https://buymeacoffee.com/aashuu";
1313

1414
const containerVariants: Variants = {

0 commit comments

Comments
 (0)