Skip to content

Commit

Permalink
chore: remove warning message (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash authored Oct 20, 2024
1 parent 9b0f8ff commit 85808d6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/layout/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ const MainHeader = () => {
return (
<Header className={cn('main-header', { dark: isDarkTheme })}>
<MenuOutlined onClick={() => setDrawerOpen(true)} className="hideOnDesktop" />
<div style={{ flex: 1, lineHeight: '1em' }}>
לתשומת לבכם - עבור נסיעות שבוצעו לאחר ה12.06.2024 ישנם פערי נתונים. התקלה בתחקור ושאר
הנתונים זמינים לשימושכם, תודה על ההבנה.
</div>
<HeaderLinks>
<LanguageToggle />
<ToggleThemeButton toggleTheme={toggleTheme} isDarkTheme={isDarkTheme} />
Expand Down

0 comments on commit 85808d6

Please sign in to comment.