Skip to content

Commit 693557a

Browse files
Update TopVisual.tsx
1 parent 19d2bda commit 693557a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/[locale]/components/TopVisual/TopVisual.tsx

+8
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ const TopVisual = () => {
6262
<Link href={docsRedirect('/')} target={'_blank'}>{t('viewDocument')}</Link>
6363
</Button>
6464
</div>
65+
<div className={'flex flex-row justify-center items-center gap-4 pt-6'}>
66+
<a
67+
href="https://www.producthunt.com/posts/webgal?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-webgal"
68+
target="_blank"><img
69+
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=443280&theme=light"
70+
alt="WebGAL - Galgame&#0032;Editing&#0046;&#0032;Redefined | Product Hunt"
71+
style={{width: 250, height: 54}} width="250" height="54"/></a>
72+
</div>
6573
</div>
6674
<div className={styles.card}>
6775
{

0 commit comments

Comments
 (0)