Skip to content

Commit

Permalink
change color of subtitle to be more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
fishylunar committed Nov 25, 2024
1 parent 5ea8e89 commit 0ee0e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function Header({ children }: HeaderProps) {
<>
<img alt='Logo' title='Logo' src='/thor/icon-192.png' height={64} width={64} className='mx-auto pb-4 pt-8'></img>
<h1 className="font-bold text-center text-4xl pt-4 pb-1">Thor</h1>
<h4 className="font-bold text-center text-muted pb-4">First Responder Messages</h4>
<h4 className="font-bold text-center text-slate-500 pb-4">First Responder Messages</h4>
{children}
</>
);
Expand Down

0 comments on commit 0ee0e7a

Please sign in to comment.