Skip to content

Commit

Permalink
fix: title
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash committed Sep 20, 2023
1 parent 8fc2a9d commit da3f4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/components/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Header({ pages }: { pages: MenuPage[] }) {
<div className="header-menu-line" />
<div className="header-menu-line" />
</div>
<h1>לוח זמנים היסטורי</h1>
<h1>דאטאבוס</h1>
<Menu pages={pages} />
</header>
)
Expand Down

0 comments on commit da3f4a9

Please sign in to comment.