Skip to content

Commit 017217d

Browse files
authored
Change the Arrivederci to Goodbye, and fix CSS wrapping issues with titles (#2395)
* Change the Arrivederci to Goodbye, and fix CSS issues with titles * Switch from custom css to pure Tailwind classes
1 parent 62175d6 commit 017217d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/components/HowItWorks.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Feature = ({ title, description, url }) => (
99
<div className="lg:mt-5">
1010
<dt>
1111
<h4 className="mb-4">
12-
<span className="rounded bg-yellow-500/25 px-2 py-1 text-neutral-700">
12+
<span className="rounded bg-yellow-500/25 px-2 py-1 text-neutral-700 box-decoration-clone leading-[1.73]">
1313
{title}
1414
</span>
1515
</h4>
@@ -79,7 +79,7 @@ const HowItWorks = () => {
7979
/>
8080

8181
<Feature
82-
title="Arrivederci boilerplate"
82+
title="Goodbye boilerplate"
8383
description="Write only the code that matters, let Wasp handle the rest."
8484
url="https://www.youtube.com/watch?v=x5nsBbLvKnU"
8585
/>

0 commit comments

Comments
 (0)