We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94461d commit 5747a01Copy full SHA for 5747a01
packages/nextjs/app/page.tsx
@@ -396,8 +396,8 @@ const Home = () => {
396
<div className="flex-shrink-0 px-4 sm:px-6 lg:px-8 py-6">
397
<div className="text-center">
398
<h1 className="text-3xl sm:text-4xl font-extrabold text-gray-900 dark:text-white">
399
- <span className="block">{description}</span>
400
<span className="block text-indigo-600 dark:text-indigo-400">Starknet CrowdFunding</span>
+ <span className="block">{description}</span>
401
</h1>
402
<div className="mt-2 text-base text-gray-500 dark:text-gray-400 sm:text-lg">
403
Join us in making a difference. Support this project with {symbol}.
0 commit comments