mirror of
https://github.com/usebruno/bruno.git
synced 2024-12-23 15:19:01 +01:00
chore: fixed github star button alignment
This commit is contained in:
parent
4663a1246c
commit
62a184c386
@ -96,7 +96,7 @@ const Sidebar = () => {
|
|||||||
{!leftMenuBarOpen && <IconChevronsRight size={24} strokeWidth={1.5} className="mr-2 hover:text-gray-700" onClick={() => dispatch(toggleLeftMenuBar())} />}
|
{!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"/> */}
|
{/* <IconLayoutGrid size={20} strokeWidth={1.5} className="mr-2"/> */}
|
||||||
</div>
|
</div>
|
||||||
<div className="pl-1">
|
<div className="pl-1" style={{position: 'relative', top: '3px'}}>
|
||||||
{storedTheme === 'dark' ? (
|
{storedTheme === 'dark' ? (
|
||||||
<GitHubButton
|
<GitHubButton
|
||||||
href="https://github.com/usebruno/bruno"
|
href="https://github.com/usebruno/bruno"
|
||||||
|
Loading…
Reference in New Issue
Block a user