From cade1f73f556d515a44c0f766a491df1f44e4874 Mon Sep 17 00:00:00 2001 From: king8fisher <140904760+king8fisher@users.noreply.github.com> Date: Fri, 15 Nov 2024 18:22:27 -0500 Subject: [PATCH] fix layout issues --- src/components/atoms/SingleCivIcon/index.tsx | 2 +- src/components/molecules/Navbar/index.tsx | 2 +- src/pages/Home/index.tsx | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/atoms/SingleCivIcon/index.tsx b/src/components/atoms/SingleCivIcon/index.tsx index 0cd9180..370cad1 100644 --- a/src/components/atoms/SingleCivIcon/index.tsx +++ b/src/components/atoms/SingleCivIcon/index.tsx @@ -34,7 +34,7 @@ const SingleCivIcon = ( export default SingleCivIcon; export const TooltipContent = ({ civData }: { civData: ICivData }) => { - return (