diff --git a/src/components/profile/ProfileLinks.tsx b/src/components/profile/ProfileLinks.tsx index 32a1cf1..5efaaa2 100644 --- a/src/components/profile/ProfileLinks.tsx +++ b/src/components/profile/ProfileLinks.tsx @@ -25,7 +25,7 @@ const links = [ export const ProfileLinks = () => { return (
-

My Links

+

Links

{links.map((link) => ( diff --git a/src/components/profile/ProfileMain.tsx b/src/components/profile/ProfileMain.tsx index 8b1550d..e3e6a03 100644 --- a/src/components/profile/ProfileMain.tsx +++ b/src/components/profile/ProfileMain.tsx @@ -21,8 +21,8 @@ const ProfileMain = () => {
);