Skip to content

Commit

Permalink
tweak auth
Browse files Browse the repository at this point in the history
  • Loading branch information
rvion committed Dec 7, 2023
1 parent a2b2ab4 commit b9761f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/appbar/AppBarUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ export const AppBarUI = observer(function AppBarUI_(p: {}) {
<div tw='px-1'>
<UpdateBtnUI updater={st.updater}>CushyStudio </UpdateBtnUI>
</div>
<MenuAuthUI />
<MenuPanelsUI />
<MenuComfyUI />
<MenuUtilsUI />
<MenuConfigUI />
<MenuHelpUI />
<MenuDebugUI />
<div className='flex flex-grow'></div>
<MenuAuthUI />
<IndicatorWebsocketUI />
<IndicatorSchemaUI />
<CushyStudioLinkUI />
Expand Down
2 changes: 1 addition & 1 deletion src/app/appbar/MenuAuthUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const MenuAuthUI = observer(function MenuAuthUI_(p: {}) {

return (
<Dropdown
tw={[isConnected ? null : 'text-warning-content bg-warning']}
// tw={[isConnected ? null : 'text-warning-content bg-warning']}
startIcon={avatar}
title={username}
appearance='subtle'
Expand Down

0 comments on commit b9761f3

Please sign in to comment.