aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2024-02-18 15:36:47 +0200
committerZhongheng Liu <z.liu@outlook.com.gr>2024-02-18 15:36:47 +0200
commit3957f49e49b9f1d3b736c8f67d28857146cab0fc (patch)
tree823fd7140bd5f00dd3b2f2497d3cce21ad451650
parent513e8d6841efa7927d095a260a94d3e9b35262ef (diff)
downloadepq-web-3957f49e49b9f1d3b736c8f67d28857146cab0fc.tar.gz
epq-web-3957f49e49b9f1d3b736c8f67d28857146cab0fc.tar.bz2
epq-web-3957f49e49b9f1d3b736c8f67d28857146cab0fc.zip
remove unnecessary comments -- floor commit for crypto test
-rw-r--r--src/Topbar/Topbar.tsx3
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>
);