Skip to content

Commit

Permalink
fix: escape apostrophe in header text
Browse files Browse the repository at this point in the history
Co-Authored-By: Benjamin Bolte <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and codekansas committed Dec 25, 2024
1 parent 19e4bdb commit 27a4f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/landing/HeaderSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const HeaderSection = () => {
/>
</div>
<hgroup className="z-10 text-filament col-span-full sm:col-span-4 md:col-span-5 md:col-start-5 lg:col-span-4 lg:col-start-6 xl:col-span-3 xl:col-start-6 2xl:col-start-8 2xl:col-span-5 4xl:col-start-8 4xl:col-span-4 flex flex-col mb-12 gap-4">
<h1 className="text-heading-lg">The world's freest humanoid robots</h1>
<h1 className="text-heading-lg">The world&apos;s freest humanoid robots</h1>
<h2 className="text-body">Designed to move humanity up the Kardashev scale</h2>
<CTASubtitleButton
subtitle="Contribute to the Community"
Expand Down

0 comments on commit 27a4f78

Please sign in to comment.