Skip to content

Commit

Permalink
Merge pull request #18 from kovarike/website-feature
Browse files Browse the repository at this point in the history
update 3
  • Loading branch information
kovarike authored Sep 10, 2024
2 parents 9181367 + fbd1198 commit 3fe71c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/algorithms/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Toaster } from "sonner";
export default function Home() {
return (
<>
<ContainerFull className="h-full" >
<ContainerFull className="h-full w-full px-4 sm:px-6 md:px-8 lg:px-10 xl:px-12 mx-auto max-w-7xl bg-zinc-950 text-white" >
<Header>
<Link href="https://github.com/kovarike" name="GitHub" />
<Link href="https://algorithmss.com.br/profile" name="Portfolio" />
Expand Down

0 comments on commit 3fe71c9

Please sign in to comment.