mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Got the profile in a nice place
This commit is contained in:
parent
e8025f85f2
commit
52d526b928
1 changed files with 3 additions and 2 deletions
|
|
@ -35,10 +35,12 @@ function Nav({ pageName }: { pageName: string }) {
|
|||
<div className="ml-10 flex items-baseline space-x-4">
|
||||
{makeLink("/home", "Home")}
|
||||
{makeLink("/help", "Help")}
|
||||
<ProfileDropDown></ProfileDropDown>
|
||||
<div className="flex-grow"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="flex-grow"></div>
|
||||
<ProfileDropDown />
|
||||
<div className="-mr-2 flex md:hidden">
|
||||
<button
|
||||
onClick={() => setIsOpen(!isOpen)}
|
||||
|
|
@ -85,7 +87,6 @@ function Nav({ pageName }: { pageName: string }) {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Transition
|
||||
show={isOpen}
|
||||
enter="transition ease-out duration-100 transform"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue