Skip to content

Commit

Permalink
fix: summary flex , open icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nanqic committed Jan 8, 2024
1 parent 5a4846f commit 39ad87e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Nav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ export default function
<>
<details open>
<summary className='flex items-center text-green-700'>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
<path fillRule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5" />
</svg>
<Link href={`${import.meta.env.VITE_BASE_URL || '/'}`} onClick={() => setContent()}> 🏠</Link>
{state.username && <select onChange={handleChangeUser} value={state.username}>
{
Expand Down

0 comments on commit 39ad87e

Please sign in to comment.