Skip to content

Commit

Permalink
feat: delete beta warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Jan 11, 2025
1 parent 451859f commit b1c81da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
4 changes: 1 addition & 3 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ import ExternalLink from "@/ui/external-link";
import { TypographyH1, TypographyP } from "@/ui/typography";
import { LinkIcon } from "lucide-react";
import Link from "next/link";
import BetaWarning from "@/components/beta-warning";

export default async function Home() {
return (
<main className="relative h-[calc(100vh-4rem)]">
<BetaWarning />
<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>
<section
id="hero"
Expand All @@ -23,7 +21,7 @@ export default async function Home() {
Slug is an open-source platform that allows you to create, manage, and
share short links with ease. It's fast, secure, and easy to use.
</TypographyP>
<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">
<div className="mt-8 flex items-center justify-center duration-700 animate-in fade-in-30 md:space-x-3 space-x-2">
<Link
href="/dashboard"
className={buttonVariants({
Expand Down
29 changes: 0 additions & 29 deletions src/components/beta-warning.tsx

This file was deleted.

0 comments on commit b1c81da

Please sign in to comment.