fixed sanitazer and academy
This commit is contained in:
@@ -12,7 +12,7 @@ export default function WorldIndex() {
|
||||
|
||||
return (
|
||||
<main className="min-h-screen bg-[radial-gradient(circle_at_top_left,_rgba(249,115,22,0.12),_transparent_28%),radial-gradient(circle_at_top_right,_rgba(56,189,248,0.12),_transparent_32%),linear-gradient(180deg,_#020617_0%,_#02040a_100%)] px-4 py-10 sm:px-6 lg:px-8">
|
||||
<SeoHead title={props.seo?.title || 'Worlds - Skinbase'} description={props.seo?.description || props.description} image={props.seo?.image} />
|
||||
<SeoHead seo={props.seo || {}} title="Worlds - Skinbase" description={props.description} />
|
||||
<div className="mx-auto max-w-7xl">
|
||||
<section className="rounded-[36px] border border-white/10 bg-white/[0.03] p-6 sm:p-8">
|
||||
<div className="max-w-4xl">
|
||||
@@ -88,4 +88,4 @@ export default function WorldIndex() {
|
||||
</div>
|
||||
</main>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user