chore: Update Twitter handle in AboutApp component

This commit is contained in:
n4ze3m 2024-08-21 23:14:22 +05:30
parent 9679f92821
commit eed0f7c689

View File

@ -75,11 +75,11 @@ export const AboutApp = () => {
label: "X (formerly Twitter)",
children: (
<a
href="https://twitter.com/n4ze3m"
href="https://twitter.com/page_assist"
target="_blank"
rel="noreferrer"
className="text-blue-500 dark:text-blue-400">
@n4ze3m
@page_assist
</a>
)
}