Commit 693557a 1 parent 19d2bda commit 693557a Copy full SHA for 693557a
File tree 1 file changed +8
-0
lines changed
app/[locale]/components/TopVisual
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,14 @@ const TopVisual = () => {
62
62
< Link href = { docsRedirect ( '/' ) } target = { '_blank' } > { t ( 'viewDocument' ) } </ Link >
63
63
</ Button >
64
64
</ 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 Editing. Redefined | Product Hunt"
71
+ style = { { width : 250 , height : 54 } } width = "250" height = "54" /> </ a >
72
+ </ div >
65
73
</ div >
66
74
< div className = { styles . card } >
67
75
{
You can’t perform that action at this time.
0 commit comments