mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: menu ui minor improvements
This commit is contained in:
parent
5b3c2fab24
commit
2cc4062e2b
2 changed files with 11 additions and 8 deletions
|
|
@ -53,9 +53,9 @@ export const Menu = (props: any) => {
|
|||
<div className="links flex grow">
|
||||
<MenuLinks orgslug={orgslug} />
|
||||
</div>
|
||||
<div className="profile flex items-center space-x-2">
|
||||
<div className="profile flex items-center">
|
||||
|
||||
<Modal
|
||||
{/* <Modal
|
||||
isDialogOpen={feedbackModal}
|
||||
onOpenChange={setFeedbackModal}
|
||||
minHeight="sm"
|
||||
|
|
@ -67,7 +67,7 @@ export const Menu = (props: any) => {
|
|||
<MessageSquareIcon size={12} />
|
||||
</div>
|
||||
}
|
||||
/>
|
||||
/> */}
|
||||
<HeaderProfileBox />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue