Skip to content

Commit

Permalink
feat(header): removes tag text under header logo
Browse files Browse the repository at this point in the history
  • Loading branch information
stianjsu committed Jul 18, 2023
1 parent a61100d commit 9c2bf60
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions next-tavla/src/Shared/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ function Header({ theme, showClock }: { theme?: TTheme; showClock?: boolean }) {
className={classes.logo}
/>
)}
<p className={classes.tagText}>
Finn din rute på entur.no eller i Entur-appen
</p>
</div>
{showClock && <Clock />}
</div>
Expand Down

0 comments on commit 9c2bf60

Please sign in to comment.