Skip to content

Commit 29f9b07

Browse files
Fix URL handling in UserSocials component
1 parent 89b5149 commit 29f9b07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/(website)/user/[id]/components/UserSocials.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function UserSocials({ metadata }: UserSocialsProps) {
4040
return url;
4141
return `https://${url}`;
4242
};
43-
43+
4444
const linkElement = (title: string, link: string) => {
4545
if (link.startsWith("http://") || link.startsWith("https://")) {
4646
return (

0 commit comments

Comments
 (0)