Skip to content

Commit 481144b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 164d52c commit 481144b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/startups.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const sponsors = (await getCollection("sponsors", ({ data }) => {
2121
>
2222

2323
<Headline as="h1" id="startups" title="Startups" />
24-
{sponsors.length > 0 &&
24+
{sponsors.length > 0 &&
2525
<p class="pb-5">
2626
EuroPython is a community-driven conference, and we wouldn’t be able to empower early-stage innovation and support emerging talent in the Python ecosystem without the generous support of our <strong>Startups</strong> tier sponsors. Learn more about them below (listed in alphabetical order).
2727
</p>

0 commit comments

Comments
 (0)