center the navbar buttons
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m5s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m5s
This commit is contained in:
parent
095f773fb7
commit
3c9709df12
@ -23,6 +23,9 @@ export default function NavBar(): JSX.Element {
|
||||
<Logo />
|
||||
<p className="hidden md:block">Minecraft Utilities</p>
|
||||
</Link>
|
||||
|
||||
<div className="flex-grow"></div>
|
||||
|
||||
{pages.map((page, index) => {
|
||||
return <RedirectButton key={index} title={page.title} url={page.url} openInNewTab={page.openInNewTab} />;
|
||||
})}
|
||||
|
Loading…
Reference in New Issue
Block a user