Skip to content

Commit de593ef

Browse files
committed
Update class to classNames
1 parent c9dba45 commit de593ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/home/Newsletter.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ export function Newsletter() {
1616
})
1717
if (state.succeeded) {
1818
return (
19-
<div class="p-5 m-5 flex flex-wrap font-semibold hover:shadow-lg rounded-lg border border-green-400 bg-green-300 text-green-900 ">
20-
<span class="mr-2">
19+
<div className="p-5 m-5 flex flex-wrap font-semibold hover:shadow-lg rounded-lg border border-green-400 bg-green-300 text-green-900 ">
20+
<span className="mr-2">
2121
<svg
2222
xmlns="http://www.w3.org/2000/svg"
23-
class="h-6 w-6"
23+
className="h-6 w-6"
2424
fill="none"
2525
viewBox="0 0 24 24"
2626
stroke="currentColor"

0 commit comments

Comments
 (0)