Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Oct 29, 2023
1 parent 520a1b1 commit 5caa2b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/src/toolbar/3000/Toolbar3000.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ function MoreMenu({
},
{ icon: <IconClose />, label: 'Logout', onClick: logout },
]}
maxContentWidth={true}
>
<LemonButton
status={'stealth'}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/toolbar/flags/FlagsToolbarMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const MenuBody = (): JSX.Element => {
>
<div className="flex-1 font-bold truncate">
<a
className="text-3000"
className="text-text-3000"
href={`${apiURL}${
feature_flag.id ? urls.featureFlag(feature_flag.id) : urls.featureFlags()
}`}
Expand Down

0 comments on commit 5caa2b8

Please sign in to comment.