We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b58b0 commit 7690268Copy full SHA for 7690268
1 file changed
src/app/page.js
@@ -74,7 +74,7 @@ export default function Home() {
74
</div>
75
) : (
76
<div className="backdrop-blur-sm rounded-lg p-6 md:p-8 max-w-2xl mx-auto mt-8 text-center">
77
- <div className="w-16 h-16 md:w-20 md:h-20 bg-py-green rounded-full flex items-center justify-center mx-auto mb-4">
+ <div className="w-16 h-16 md:w-20 md:h-20 bg-[#3D8B37] rounded-full flex items-center justify-center mx-auto mb-4">
78
<svg
79
xmlns="http://www.w3.org/2000/svg"
80
className="h-8 w-8 md:h-10 md:w-10"
0 commit comments