Skip to content

Commit

Permalink
feat: remove distracting GitHub floating button
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1832 committed Jun 5, 2024
1 parent 15c16e8 commit 60d6f46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/page.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import About from "@/components/section/about";
import Landing from "@/components/section/landing";
import ProjectsGallery from "@/components/section/projects-gallery";
import GithubFloatingButton from "@/components/ui/button/githubFloatingButton";

export default function Home() {
return (
Expand All @@ -10,7 +9,6 @@ export default function Home() {
<Landing />
<About />
<ProjectsGallery />
<GithubFloatingButton />
</div>
</main>
);
Expand Down

0 comments on commit 60d6f46

Please sign in to comment.