diff --git a/components/GridRep/index.tsx b/components/GridRep/index.tsx index 11220f95..d720fe25 100644 --- a/components/GridRep/index.tsx +++ b/components/GridRep/index.tsx @@ -248,7 +248,7 @@ const GridRep = (props: Props) => { ) return ( - + {detailsWithUsername}
diff --git a/components/about/LinkItem/index.tsx b/components/about/LinkItem/index.tsx index e9114c34..ccd40c66 100644 --- a/components/about/LinkItem/index.tsx +++ b/components/about/LinkItem/index.tsx @@ -21,7 +21,7 @@ const LinkItem = ({ icon, title, link, className, ...props }: Props) => { return (
- +
{icon} diff --git a/components/party/PartyHeader/index.tsx b/components/party/PartyHeader/index.tsx index d394894d..4c889045 100644 --- a/components/party/PartyHeader/index.tsx +++ b/components/party/PartyHeader/index.tsx @@ -183,7 +183,7 @@ const PartyHeader = (props: Props) => { ) => { return (
- + {userBlock(username, picture, element)}
@@ -193,7 +193,7 @@ const PartyHeader = (props: Props) => { const linkedRaidBlock = (raid: Raid) => { return (
- + {raid.name[locale]}