fix: increase nav link spacing to prevent text overlap
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -65,7 +65,7 @@ const Navigation = ({
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<nav className='flex flex-1 items-center justify-center gap-1 mx-2 md:mx-4 overflow-x-auto whitespace-nowrap scrollbar-hide'>
|
<nav className='flex flex-1 items-center justify-center gap-3 mx-2 md:mx-4 overflow-x-auto whitespace-nowrap scrollbar-hide'>
|
||||||
<SkeletonWrapper
|
<SkeletonWrapper
|
||||||
loading={isLoading}
|
loading={isLoading}
|
||||||
type='navigation'
|
type='navigation'
|
||||||
|
|||||||
Reference in New Issue
Block a user