Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
fms-byte committed Jul 14, 2023
1 parent 4df41fb commit 784c87a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions components/ApplicationBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,17 @@ export function ApplicationBar(props: {
) : (
<StyledDropdownWithSymbol items={SystemPurposes} value={systemPurposeId} onChange={handleSystemPurposeChange} />
))}

<button style={{
backgroundColor: '#8600ff',
color: '#fff',
padding: '10px 20px',
display: 'flex',
borderRadius: '10px',
fontSize: '18px',
fontWeight: 'bold',
alignItems: 'items-center',
}}
>
{' '}
<Link href="/bookvarse" target="_blank">
Expand Down

0 comments on commit 784c87a

Please sign in to comment.