Skip to content

Commit 41a7d97

Browse files
committed
Correct packages table mistakes
1 parent 84e9308 commit 41a7d97

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/components/sponsor-tiers/sponsor-tiers.astro

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ features: [
4444
"Video ad(s) (silent) on venue digital signage",
4545
"1 technical talk slot (30 min)</strong>",
4646
"Unlimited job postings on website",
47-
"Undefined job postings on EuroPython blog",
47+
"1 job posting on EuroPython blog",
4848
"Dedicated sponsor page on website",
4949
"Custom Discord channel",
5050
"Video ad(s) on livestreams",
@@ -69,9 +69,9 @@ features: [
6969
"Video ad(s) (silent) on venue digital signage",
7070
"<strong>1 technical talk slot (30 min)</strong>",
7171
"<strong>Unlimited</strong> job postings on website",
72-
"Undefined job postings on EuroPython blog",
72+
"1 job posting on EuroPython blog",
7373
"<strong>Dedicated sponsor page on website</strong>",
74-
"Custom Discord channel",
74+
"<strong>Custom Discord channel</strong>",
7575
"Video ad(s) on livestreams",
7676
"Recruiting Session/Talent Track access",
7777
"<strong>Media corner access</strong>",
@@ -92,12 +92,12 @@ features: [
9292
"<strong>3</strong> conference tickets (€1500 value)",
9393
"<strong>3</strong> remote tickets (€450 value)",
9494
"Video ad(s) (silent) on venue digital signage",
95-
"Undefined job postings on EuroPython blog",
96-
"5 job postings on website",
97-
"Video ad(s) on livestreams",
95+
"1 job posting on EuroPython blog",
96+
"<strong>5</strong> job postings on website",
97+
"<strong>Video ad(s) on livestreams</strong>",
9898
"<strong>Recruiting Session/Talent Track access</strong>",
9999
"Logo on <strong>recordings</strong>, <strong>banners</strong>, website, signage",
100-
"1 repost on EuroPython socials (35k total reach)",
100+
"<strong>1 repost on EuroPython socials (35k total reach)</strong>",
101101
"Welcome post on EuroPython social media",
102102
],
103103
},
@@ -111,7 +111,7 @@ features: [
111111
"2 conference tickets (€1000 value)",
112112
"2 remote tickets (€300 value)",
113113
"Video ad(s) (silent) on venue digital signage",
114-
"2 job postings on EuroPython blog",
114+
"1 job posting on EuroPython blog",
115115
"1 job posting on website",
116116
"Logo on website and signage",
117117
"Welcome post on EuroPython social media",
@@ -167,7 +167,7 @@ const formatPrice = (price: number | string) => {
167167
<div class="text-center mb-8">
168168
<h2 class="text-3xl font-bold">Most Popular Options</h2>
169169
<p class="text-xl mt-2">Ideal for companies seeking high brand visibility and strong participant engagement</p>
170-
<p class="text-xl mt-[-10px] mb-12 font-bold">Packages without booth space available at a discounted rate</p>
170+
<p class="text-xl mt-[-10px] mb-12 font-bold italic">Packages without booth space available at a discounted rate</p>
171171
</div>
172172
<div class="grid grid-cols-1 md:grid-cols-3 lg:grid-cols-3 gap-10 md:gap-2 lg:gap-10 gap-10">
173173

0 commit comments

Comments
 (0)