diff options
Diffstat (limited to 'src/components/header/NavBar.tsx')
| -rw-r--r-- | src/components/header/NavBar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/header/NavBar.tsx b/src/components/header/NavBar.tsx index 217be3a..419f7d8 100644 --- a/src/components/header/NavBar.tsx +++ b/src/components/header/NavBar.tsx @@ -45,7 +45,7 @@ export function NavBar() { </div> </div> - <div className="flex gap-3.75 items-center shrink-0"> + <div className="flex gap-5 items-center shrink-0"> <Link href={'#'} className="hover:[&_path]:fill-light-violet"> <DiscordIcon /> </Link> |
