feat: add theme idea button on store to encourage sharing

This commit is contained in:
sethburkart123
2024-08-25 09:33:05 +10:00
parent 545a999c46
commit 6e4fe64789
2 changed files with 13 additions and 4 deletions
+9
View File
@@ -310,6 +310,15 @@ const Store = () => {
</div>
))}
<a href="https://betterseqta.gitbook.io/" className='w-full cursor-pointer'>
<div className="bg-zinc-50 h-48 w-full transition-all hover:scale-105 duration-500 relative justify-center items-center group group/card flex flex-col hover:shadow-2xl dark:hover:shadow-white/[0.1] hover:shadow-white/[0.8] dark:bg-zinc-800 dark:border-white/[0.1] rounded-xl overflow-clip border">
<div className="text-2xl font-IconFamily">{'\uecb3'}</div>
<div className="text-xl font-bold text-center transition-all duration-500 dark:text-white">
Got a Theme Idea?
<p className="text-lg font-light subtitle">Transform it into a stunning theme!</p>
</div>
</div>
</a>
</div>
{filteredThemes.length == 0 && !loading && (
<div className="flex flex-col items-center justify-center w-full text-center h-96">