Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pushing Banner Changes #104

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const StartupFairBanner = () => (
<Banner
text={
<>
Apply by <span className="font-bold">October 21st</span> to meet top
Apply by <span className="font-bold">October 1st</span> to meet top
startups at <span className="font-bold">V1 Startup Fair</span>
</>
}
Expand Down
3 changes: 2 additions & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Partners from "../components/Partners";
import People, { PeopleChips } from "../components/People";
import Head from "../components/Head";
import GoldButton from "../components/GoldButton";
import { CohortsApplyBanner } from "../components/Banner";
import { CohortsApplyBanner, StartupFairBanner } from "../components/Banner";
// import { StartupFairBanner } from "../components/Banner";

const TenX = () => (
Expand All @@ -24,6 +24,7 @@ export default function IndexPage() {
{/* <StartupFairBanner /> */}
{/* <CohortsApplyBanner /> */}
<NavbarBuilder />
<StartupFairBanner />

<div className="overflow-hidden h-screen bg-[url('/landing.jpg')] bg-cover bg-center bg-no-repeat">
<div className="h-full w-full bg-gradient-to-r from-gray-900/80 to-black/80">
Expand Down
Loading