Skip to content

Commit

Permalink
Fix merging on beta popup
Browse files Browse the repository at this point in the history
  • Loading branch information
js0mmer committed Jan 21, 2024
1 parent f02b010 commit 1025aec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/src/component/AppHeader/AppHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ const AppHeader: FC = () => {
<div style={{ display: 'flex', alignItems: 'center' }}>
<div className="beta" style={{ margin: 'auto 12px' }}>
<Popup
className="beta-popup"
style={{ padding: '36px', width: '400px' }}
position="bottom right"
trigger={
Expand Down

0 comments on commit 1025aec

Please sign in to comment.