Skip to content

Commit

Permalink
feat: 🎸 デザインレビュー用にSeekingSponsorsSectionも表示
Browse files Browse the repository at this point in the history
  • Loading branch information
masayaO committed Nov 24, 2024
1 parent 23c234c commit 8319632
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import { EventCountdownBanner } from "@/components/EventCountdownBanner";
import { SeekingSponsorsSection } from "@/components/SeekingSponsorsSection";

export default function Home() {
return (
<main>
<EventCountdownBanner />
<SeekingSponsorsSection />
</main>
);
}
4 changes: 2 additions & 2 deletions src/components/SeekingSponsorsSection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import Link from "next/link";

export function SeekingSponsorsSection() {
return (
<div className="w-full flex flex-col items-center gap-8">
<h2 className="text-4xl font-bold">スポンサー募集開始</h2>
<div className="w-full flex flex-col items-center gap-8 px-8 pb-16">
<h2 className="text-3xl font-bold text-center">スポンサー募集開始</h2>
<div>
<p>
一緒にTypescriptコミュニティを盛り上げていただけるスポンサー企業を募集いたします。
Expand Down

0 comments on commit 8319632

Please sign in to comment.