Skip to content

Commit

Permalink
revert: className
Browse files Browse the repository at this point in the history
  • Loading branch information
shindigira committed Jul 27, 2023
1 parent 4aa1d18 commit 7f173e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function HomePage(): ReactElement {
<a key='sidenav_1' href='/' className='usa-current'>
Dashboard
</a>,
<a key='sidenav_2' href='/' className='bg-red-100 pt-4 p-2'>
<a key='sidenav_2' href='/'>
Some other page
</a>
];
Expand Down

0 comments on commit 7f173e9

Please sign in to comment.