updated search look for player and server page
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m26s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m26s
This commit is contained in:
@ -27,9 +27,11 @@ export default function NavBar(): ReactElement {
|
||||
|
||||
<div className="flex-grow"></div>
|
||||
|
||||
{pages.map((page, index) => {
|
||||
return <RedirectButton key={index} title={page.title} url={page.url} openInNewTab={page.openInNewTab} />;
|
||||
})}
|
||||
<div className="flex gap-4">
|
||||
{pages.map((page, index) => {
|
||||
return <RedirectButton key={index} title={page.title} url={page.url} openInNewTab={page.openInNewTab} />;
|
||||
})}
|
||||
</div>
|
||||
|
||||
<div className="flex-grow"></div>
|
||||
|
||||
|
Reference in New Issue
Block a user