mirror of
https://github.com/xHyroM/website.git
synced 2024-11-22 15:01:05 +01:00
fix(components-widgets): add fixed size to sidebar button
This commit is contained in:
parent
8b49bc36e7
commit
74ba4d3f96
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ const categories = Object.keys(sections);
|
||||||
src={rightArrow}
|
src={rightArrow}
|
||||||
alt="sidebar hamburger menu icon"
|
alt="sidebar hamburger menu icon"
|
||||||
id="open-arrow"
|
id="open-arrow"
|
||||||
class="duration-200"
|
class="h-6 w-6 duration-200"
|
||||||
/>
|
/>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue