From 77bb7ebe0e01b854bf21993c2394586ac50ffb15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hatcher?= Date: Fri, 18 Jul 2025 06:44:59 +0200 Subject: [PATCH] FIX: Removes ununsed code --- .../frontend/src/components/FileBar.tsx | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/webapp/app.ironcalc.com/frontend/src/components/FileBar.tsx b/webapp/app.ironcalc.com/frontend/src/components/FileBar.tsx index 742f689..2f5136b 100644 --- a/webapp/app.ironcalc.com/frontend/src/components/FileBar.tsx +++ b/webapp/app.ironcalc.com/frontend/src/components/FileBar.tsx @@ -117,19 +117,6 @@ const StyledIronCalcIcon = styled(IronCalcIcon)` } `; -const HelpButton = styled("div")` - display: flex; - align-items: center; - font-size: 12px; - font-family: Inter; - padding: 8px; - border-radius: 4px; - cursor: pointer; - &:hover { - background-color: #f2f2f2; - } -`; - const Divider = styled("div")` margin: 0px 8px 0px 16px; height: 12px;