fix
This commit is contained in:
@@ -63,12 +63,6 @@ export default function DownloadsPage() {
|
||||
return (
|
||||
<main className="min-h-screen bg-[linear-gradient(180deg,#f7f9fc_0%,#ffffff_42%,#f4f7fb_100%)]">
|
||||
<div className="mx-auto max-w-4xl px-4 py-10 sm:px-6 lg:py-14">
|
||||
<div className="mb-10 flex flex-wrap items-center justify-between gap-4">
|
||||
<BrandLogo />
|
||||
<Button variant="outline" className="rounded-full" asChild>
|
||||
<Link href="/auth/login">Войти в аккаунт</Link>
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
<section className="relative overflow-hidden rounded-[32px] border border-[#e8edf5] bg-white px-6 py-10 shadow-[0_24px_80px_rgba(31,36,48,0.08)] sm:px-10 sm:py-12">
|
||||
<div className="absolute -right-16 -top-16 h-56 w-56 rounded-full bg-[#eef4ff] blur-3xl" />
|
||||
|
||||
Reference in New Issue
Block a user