Next.js-Creative-Portfolio-Website icon indicating copy to clipboard operation
Next.js-Creative-Portfolio-Website copied to clipboard

Nav button labels direction issue xs screen

Open AlecBytes opened this issue 8 months ago • 1 comments
trafficstars

https://github.com/codebucks27/Next.js-Creative-Portfolio-Website/blob/f7e9ee11d94f5ded18cfbf02409b2d534e5b77d0/src/components/navigation/NavButton.jsx#L109

The left-full in the className string is overriding the conditional labelDirection. To fix just remove left-full from line 109.

Image

AlecBytes avatar Mar 02 '25 16:03 AlecBytes