Skip to content

Commit

Permalink
Fixed person component
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjee committed Dec 18, 2024
1 parent 7b41c60 commit 48e31b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes
3 changes: 1 addition & 2 deletions src/pages/industry.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
import IndustryLayout from "../layouts/IndustryLayout.astro";
import Speaker from "../components/people/SpeakerSmall.astro";
import Speaker from "../components/people/Person.astro";
import Sponsor from "../components/sponsor/sponsor.astro";
import SponsorTier from "../components/sponsor/sponsor-tier.astro";
Expand All @@ -16,7 +16,6 @@ import ButtonGroup from "../components/ButtonGroup.astro";

<IndustryLayout>
<Markdown slot="about-industry">
<h2 class="header space-y-6" id="about">About the industry track</h2>
<p>The industry track is back at RustWeek 2025!</p>
<p>
Following the succes of the first edition, this track is dedicated
Expand Down

0 comments on commit 48e31b8

Please sign in to comment.