diff options
-rw-r--r-- | src/Topbar/Topbar.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Topbar/Topbar.tsx b/src/Topbar/Topbar.tsx index 0c4022f..8073c09 100644 --- a/src/Topbar/Topbar.tsx +++ b/src/Topbar/Topbar.tsx @@ -24,9 +24,6 @@ export const Topbar = ({ <h1 className="topbar-span children"> {strings[lang].homepage.title} </h1> - {/* <p className="topbar-span children"> - {strings[lang].homepage.description} - </p> */} </span> </div> ); |