Skip to content

Commit

Permalink
chore: fixed github star button alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Feb 1, 2023
1 parent 4663a12 commit 62a184c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bruno-app/src/components/Sidebar/index.js
Expand Up @@ -96,7 +96,7 @@ const Sidebar = () => {
{!leftMenuBarOpen && <IconChevronsRight size={24} strokeWidth={1.5} className="mr-2 hover:text-gray-700" onClick={() => dispatch(toggleLeftMenuBar())} />}
{/* <IconLayoutGrid size={20} strokeWidth={1.5} className="mr-2"/> */}
</div>
<div className="pl-1">
<div className="pl-1" style={{position: 'relative', top: '3px'}}>
{storedTheme === 'dark' ? (
<GitHubButton
href="https://github.com/usebruno/bruno"
Expand Down

0 comments on commit 62a184c

Please sign in to comment.