Skip to content

Commit

Permalink
added public folder, added favicon, cleaned page.tsx for midpoint demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanA673 committed Mar 5, 2025
1 parent 145b9ce commit 5557c4b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added public/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/app/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import Navbar from "@/components/Navbar";
import ReferralForm from "@/components/ReferralForm/ReferralForm";
import Header from "@/components/Header/Header";

export default function Home() {
return (
<main>
<Navbar />
<h1>Home</h1>
<Header />
<ReferralForm></ReferralForm>
</main>
);
Expand Down

0 comments on commit 5557c4b

Please sign in to comment.