Skip to content

Commit

Permalink
chore: add missing data notification (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash authored Jun 22, 2024
1 parent 94079b0 commit fa21f20
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/layout/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ const MainHeader = () => {
return (
<Header className={cn('main-header', { dark: isDarkTheme })}>
<MenuOutlined onClick={() => setDrawerOpen(true)} className="hideOnDesktop" />
<div style={{ flex: 1 }}>&nbsp;</div>
<div style={{ flex: 1, lineHeight: '1em' }}>
לתשומת לבכם - עבור נסיעות שבוצעו לאחר ה12.06.2024 ישנם פערי נתונים. התקלה בתחקור ושאר
הנתונים זמינים לשימושכם, תודה על ההבנה.
</div>
<HeaderLinks>
<LanguageToggle />
<ToggleThemeButton toggleTheme={toggleTheme} isDarkTheme={isDarkTheme} />
Expand Down

0 comments on commit fa21f20

Please sign in to comment.