Skip to content

Commit

Permalink
styled current selected list section
Browse files Browse the repository at this point in the history
  • Loading branch information
IamHenryOkeke committed Mar 31, 2024
1 parent ea62144 commit 6703049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function Layout() {
)}
</header>
<main className="Layout-main">
<h1 className="text-center">
<h1 className="my-3 text-center font-extrabold text-4xl">
{localStorage.getItem('list') || 'No list selected'}
</h1>
<Outlet />
Expand Down

0 comments on commit 6703049

Please sign in to comment.