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:
2026-04-01 00:24:53 +08:00
parent 1a7b2dbeb5
commit 3fb6912bf5

View File

@@ -65,7 +65,7 @@ const Navigation = ({
};
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
loading={isLoading}
type='navigation'