Skip to content

Commit b1c81da

Browse files
committed
feat: delete beta warning
1 parent 451859f commit b1c81da

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

Diff for: src/app/page.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ import ExternalLink from "@/ui/external-link";
55
import { TypographyH1, TypographyP } from "@/ui/typography";
66
import { LinkIcon } from "lucide-react";
77
import Link from "next/link";
8-
import BetaWarning from "@/components/beta-warning";
98

109
export default async function Home() {
1110
return (
1211
<main className="relative h-[calc(100vh-4rem)]">
13-
<BetaWarning />
1412
<div className="absolute inset-0 -z-10 h-full w-full bg-white bg-[linear-gradient(to_right,#8080800a_1px,transparent_1px),linear-gradient(to_bottom,#8080800a_1px,transparent_1px)] bg-[size:14px_24px] dark:bg-neutral-900"></div>
1513
<section
1614
id="hero"
@@ -23,7 +21,7 @@ export default async function Home() {
2321
Slug is an open-source platform that allows you to create, manage, and
2422
share short links with ease. It's fast, secure, and easy to use.
2523
</TypographyP>
26-
<div className="mt-8 items-center justify-center gap-x-3 space-y-3 duration-700 animate-in fade-in-30 sm:flex sm:space-y-0">
24+
<div className="mt-8 flex items-center justify-center duration-700 animate-in fade-in-30 md:space-x-3 space-x-2">
2725
<Link
2826
href="/dashboard"
2927
className={buttonVariants({

Diff for: src/components/beta-warning.tsx

-29
This file was deleted.

0 commit comments

Comments
 (0)