Skip to content

Commit 62a184c

Browse files
committed
chore: fixed github star button alignment
1 parent 4663a12 commit 62a184c

File tree

1 file changed

+1
-1
lines changed
  • packages/bruno-app/src/components/Sidebar

1 file changed

+1
-1
lines changed

packages/bruno-app/src/components/Sidebar/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const Sidebar = () => {
9696
{!leftMenuBarOpen && <IconChevronsRight size={24} strokeWidth={1.5} className="mr-2 hover:text-gray-700" onClick={() => dispatch(toggleLeftMenuBar())} />}
9797
{/* <IconLayoutGrid size={20} strokeWidth={1.5} className="mr-2"/> */}
9898
</div>
99-
<div className="pl-1">
99+
<div className="pl-1" style={{position: 'relative', top: '3px'}}>
100100
{storedTheme === 'dark' ? (
101101
<GitHubButton
102102
href="https://github.com/usebruno/bruno"

0 commit comments

Comments
 (0)