Skip to content

Commit

Permalink
Merge pull request #13 from kovarike/website-feature
Browse files Browse the repository at this point in the history
update page home
  • Loading branch information
kovarike authored Sep 10, 2024
2 parents 4ab9799 + 4f457bb commit 0b501a2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions apps/algorithms/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ import { Toaster } from "sonner";

export default function Home() {
return (
<>
<ContainerFull>
<Header>
<Link href="https://github.com/kovarike" name="GitHub" />
<Link href="https://algorithmss.com.br/profile" name="Portfolio" />
</Header>
<h2 className="text-center font-algorithms-font font-bold text-2xl mt-11">Wait for new feature</h2>
{/* <Search />

<ContainerFull >
<Header>
<Link href="https://github.com/kovarike" name="GitHub" />
<Link href="https://algorithmss.com.br/profile" name="Portfolio" />
</Header>
<h2 className="text-center font-algorithms-font font-bold text-2xl mt-11">Wait for new feature</h2>
{/* <Search />
<Post
content="Lorem ipsum, dolor sit amet consectetur adipisicing elit"
name="Danilo"
Expand All @@ -36,9 +36,9 @@ export default function Home() {
date="21/02/2000"
/>
<Loading layoutId="1" messagem="Carregando..." /> */}
<Footer />
</ContainerFull>
<Footer />
<Toaster />
</>
</ContainerFull>

);
}

0 comments on commit 0b501a2

Please sign in to comment.