fix(components-widgets): add fixed size to sidebar button

This commit is contained in:
xHyroM 2023-01-05 14:07:10 +01:00
parent 8b49bc36e7
commit 74ba4d3f96

View file

@ -26,7 +26,7 @@ const categories = Object.keys(sections);
src={rightArrow}
alt="sidebar hamburger menu icon"
id="open-arrow"
class="duration-200"
class="h-6 w-6 duration-200"
/>
</button>
</div>