Skip to content

Commit f099185

Browse files
authored
Update Index.tsx
1 parent defdc92 commit f099185

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/pages/Index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,10 @@ const removeCustomEmail = (emailId) => {
568568
<span>Community Templates</span>
569569
</div>
570570
<h1 className="text-3xl font-bold text-gray-900 dark:text-white mb-3">
571-
Browse & Share Templates
571+
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>
572575
</h1>
573576
<p className="text-lg text-gray-600 dark:text-gray-300 max-w-2xl mx-auto">
574577
Discover templates created by others, or share your own with the community

0 commit comments

Comments
 (0)