Skip to content

Commit a1fa839

Browse files
authored
conf website: hide workshop day section until it's finalised (#1484)
1 parent 10df152 commit a1fa839

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

src/components/Conf/Sponsors/index.tsx

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,6 @@ const sponsorSilver: Image[] = [
7777
},
7878
]
7979

80-
const workshopDaySponsors: Image[] = [
81-
{
82-
iconPath: TheGuild,
83-
name: "The Guild",
84-
link: "https://the-guild.dev/",
85-
},
86-
]
87-
8880
const SponsersConf = () => {
8981
return (
9082
<div id="sponsors" className="bg-white py-10 static">
@@ -159,22 +151,6 @@ const SponsersConf = () => {
159151
</a>
160152
))}
161153
</div>
162-
163-
<h3 className="text-center text-[--rhodamine] font-bold my-10 underline underline-offset-8">
164-
Workshop Day Sponsor
165-
</h3>
166-
<div className="flex justify-center items-center flex-wrap gap-[40px] h-[70%]">
167-
{workshopDaySponsors.map((sponsor, i) => (
168-
<a
169-
key={i}
170-
className="zoom-platinum flex flex-col items-center text-center"
171-
href={sponsor.link}
172-
target="_blank"
173-
>
174-
<sponsor.iconPath />
175-
</a>
176-
))}
177-
</div>
178154
</div>
179155
)
180156
}

0 commit comments

Comments
 (0)