remove home route background
This commit is contained in:
@@ -4,7 +4,7 @@ import CreateGame from "@/components/home/CreateGame";
|
|||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
return (
|
return (
|
||||||
<div className="bg-base-200 flex w-full flex-wrap items-center justify-evenly gap-4 rounded-xl px-4 py-10 shadow-md lg:gap-0">
|
<div className="flex w-full flex-wrap items-center justify-center gap-8 px-4 py-10 lg:gap-16 ">
|
||||||
{/* @ts-expect-error Server Component */}
|
{/* @ts-expect-error Server Component */}
|
||||||
<PublicGames />
|
<PublicGames />
|
||||||
|
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ export default async function PublicGames() {
|
|||||||
Public games <RefreshButton />
|
Public games <RefreshButton />
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<div className="bg-base-100 h-80 max-h-80 overflow-y-auto">
|
<div className="bg-base-200 h-80 max-h-80 overflow-y-auto rounded-xl">
|
||||||
<table className="table-compact lg:table-normal table rounded-none">
|
<table className="table-compact lg:table-normal table-zebra table rounded-none">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th className="w-48">Host</th>
|
<th className="w-48">Host</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user