We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defdc92 commit f099185Copy full SHA for f099185
1 file changed
src/pages/Index.tsx
@@ -568,7 +568,10 @@ const removeCustomEmail = (emailId) => {
568
<span>Community Templates</span>
569
</div>
570
<h1 className="text-3xl font-bold text-gray-900 dark:text-white mb-3">
571
- Browse & Share Templates
+ Browse & Share {' '}
572
+ <span className="text-transparent bg-clip-text bg-gradient-to-r from-red-600 to-green-600 dark:from-red-400 dark:to-green-400">
573
+ Templates
574
+ </span>
575
</h1>
576
<p className="text-lg text-gray-600 dark:text-gray-300 max-w-2xl mx-auto">
577
Discover templates created by others, or share your own with the community
0 commit comments