fix logo offset
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 53s

This commit is contained in:
Lee 2024-04-14 18:52:50 +01:00
parent d59c55c6ce
commit c86e47f3f9

@ -14,7 +14,7 @@ const pages: Page[] = [
export default function NavBar() {
return (
<div className="bg-secondary w-full rounded-lg flex items-center gap-3">
<div className="flex items-center gap-2 pr-3">
<div className="flex items-center gap-2 pl-3 pr-3">
<Logo />
<Link href="/">
<p>Minecraft Utilities</p>