Skip to content

Commit

Permalink
fix: slideshow typo max-w-x -> max-w-xl
Browse files Browse the repository at this point in the history
  • Loading branch information
fikrikarim authored and apledger committed Jan 2, 2025
1 parent 482da9c commit 273c470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/vibes/soul/sections/slideshow/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export function Slideshow({ slides, playOnInit = true, interval = 5000, classNam
{title}
</h1>
{showDescription && (
<p className="max-w-x mt-2 font-[family-name:var(--slideshow-description-font-family,var(--font-family-body))] text-base leading-normal text-[var(--slideshow-description,hsl(var(--background)/80%))] @xl:mt-3 @xl:text-lg ">
<p className="mt-2 max-w-xl font-[family-name:var(--slideshow-description-font-family,var(--font-family-body))] text-base leading-normal text-[var(--slideshow-description,hsl(var(--background)/80%))] @xl:mt-3 @xl:text-lg ">
{description}
</p>
)}
Expand Down

0 comments on commit 273c470

Please sign in to comment.