diff --git a/client/templates/Castform/widgets/Masthead.tsx b/client/templates/Castform/widgets/Masthead.tsx index f7a9954e..7dc8a4a3 100644 --- a/client/templates/Castform/widgets/Masthead.tsx +++ b/client/templates/Castform/widgets/Masthead.tsx @@ -56,7 +56,7 @@ export const MastheadSidebar: React.FC = () => { {profiles.map(({ id, username, network, url }) => ( - + {username} ))} diff --git a/client/templates/Gengar/widgets/Masthead.tsx b/client/templates/Gengar/widgets/Masthead.tsx index 885ad11e..6a08c3e9 100644 --- a/client/templates/Gengar/widgets/Masthead.tsx +++ b/client/templates/Gengar/widgets/Masthead.tsx @@ -57,7 +57,7 @@ export const MastheadSidebar: React.FC = () => { {profiles.map(({ id, username, network, url }) => ( - + {username} ))} diff --git a/client/templates/Glalie/widgets/Masthead.tsx b/client/templates/Glalie/widgets/Masthead.tsx index 4d87ece6..0b3b5cac 100644 --- a/client/templates/Glalie/widgets/Masthead.tsx +++ b/client/templates/Glalie/widgets/Masthead.tsx @@ -49,7 +49,7 @@ export const MastheadSidebar: React.FC = () => { {profiles.map(({ id, username, network, url }) => ( - + {username} ))} diff --git a/client/templates/Kakuna/widgets/Masthead.tsx b/client/templates/Kakuna/widgets/Masthead.tsx index 19f111fd..5c25a291 100644 --- a/client/templates/Kakuna/widgets/Masthead.tsx +++ b/client/templates/Kakuna/widgets/Masthead.tsx @@ -47,7 +47,7 @@ const Masthead = () => { }>{formatLocation(location)} {profiles.map(({ id, username, network, url }) => ( - + {username} ))} diff --git a/client/templates/Onyx/widgets/Masthead.tsx b/client/templates/Onyx/widgets/Masthead.tsx index 4f66f29d..126995aa 100644 --- a/client/templates/Onyx/widgets/Masthead.tsx +++ b/client/templates/Onyx/widgets/Masthead.tsx @@ -50,7 +50,7 @@ const Masthead: React.FC = () => { {profiles.map(({ id, username, network, url }) => ( - + {username} ))} diff --git a/client/templates/Pikachu/widgets/Masthead.tsx b/client/templates/Pikachu/widgets/Masthead.tsx index e4046d41..d63ed2e9 100644 --- a/client/templates/Pikachu/widgets/Masthead.tsx +++ b/client/templates/Pikachu/widgets/Masthead.tsx @@ -40,7 +40,7 @@ export const MastheadSidebar: React.FC = () => { {profiles.map(({ id, username, network, url }) => ( - + {username} ))}