Skip to content

Commit

Permalink
fix 🐛: navbar style bug
Browse files Browse the repository at this point in the history
  • Loading branch information
BQXBQX committed Oct 21, 2024
1 parent 1b5c219 commit 21811d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/ui-react/lib/Navbar/Navbar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
padding: 0px 20px;
box-sizing: border-box;
gap: 3.5rem;
justify-content: space-between;

.header-container {
cursor: pointer;
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui-aurora/react",
"version": "0.0.24",
"version": "0.0.25",
"description": "A React UI library built for SASTOJ",
"author": "sast",
"license": "MIT",
Expand Down

1 comment on commit 21811d6

@vercel
Copy link

@vercel vercel bot commented on 21811d6 Oct 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sast-ui – ./

sast-ui-git-main-sast.vercel.app
sast-ui-sast.vercel.app

Please sign in to comment.