Skip to content

Commit 4107d43

Browse files
Demo section cleanup
1 parent 3d571cb commit 4107d43

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

apps/web/app/SquircleDemoSection.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ export const SquircleDemoSection = () => {
1717
</span>{" "}
1818
<Squircle
1919
as="span"
20-
className="bg-black text-white pl-8 pr-8 pt-2 pb-2 text-6xl sm:text-inherit"
20+
className="bg-black pl-8 pr-8 pt-2 pb-2 text-6xl sm:text-inherit"
2121
cornerRadius={cornerRadius}
2222
cornerSmoothing={cornerSmoothing}
2323
>
24-
Element
24+
<span className="text-white">Element</span>
2525
</Squircle>
2626
<br />
2727
for{" "}
@@ -43,6 +43,9 @@ export const SquircleDemoSection = () => {
4343
</Squircle>{" "}
4444
to build your own components.
4545
<br />
46+
If you <span className="font-bold">don't know what a squircle is</span>,
47+
read more below.
48+
<br />
4649
Available in <span className="font-bold">React</span>, and coming to
4750
other frontend frameworks soon!
4851
</div>

0 commit comments

Comments
 (0)