Skip to content

Commit

Permalink
Merge pull request #37 from DemocracyDevelopers/feature/init-xy2
Browse files Browse the repository at this point in the history
Update page.tsx
  • Loading branch information
Mirrorgo authored Aug 30, 2024
2 parents c16f6d0 + 2c8b83e commit a8b2816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Image from "next/image";
export default function Home() {
return (
<main className="flex min-h-screen flex-col items-center justify-between p-24">
<div>husky test</div>
<div>husky test111</div>
<div>test husky 1234</div>
<div className="z-10 w-full max-w-5xl items-center justify-between font-mono text-sm lg:flex">
<p className="fixed left-0 top-0 flex w-full justify-center border-b border-gray-300 bg-gradient-to-b from-zinc-200 pb-6 pt-8 backdrop-blur-2xl dark:border-neutral-800 dark:bg-zinc-800/30 dark:from-inherit lg:static lg:w-auto lg:rounded-xl lg:border lg:bg-gray-200 lg:p-4 lg:dark:bg-zinc-800/30">
Expand Down

0 comments on commit a8b2816

Please sign in to comment.