diff --git a/src/pages/home.tsx b/src/pages/home.tsx index 71dbfd1..b7ec7cb 100644 --- a/src/pages/home.tsx +++ b/src/pages/home.tsx @@ -154,16 +154,31 @@ export const HomePage = () => { title='This is a mod title for an awesome game that will make everyone happy! The happiest!' summary='Lorem ipsum dolor sit amet, consectetur adipiscing elit.' backgroundLink='https://image.nostr.build/65a11a00bb99c11561735f861c51b498cf9dc07d02beff7303fe7f7ab52f3987.jpg' + handleClick={() => { + alert( + 'these are dummy mods. So navigation on these are not implemented yet' + ) + }} /> { + alert( + 'these are dummy mods. So navigation on these are not implemented yet' + ) + }} /> { + alert( + 'these are dummy mods. So navigation on these are not implemented yet' + ) + }} />
@@ -185,21 +200,41 @@ export const HomePage = () => { title='This is a mod title for an awesome game that will make everyone happy! The happiest!' summary='Lorem ipsum dolor sit amet, consectetur adipiscing elit.' backgroundLink='https://image.nostr.build/65a11a00bb99c11561735f861c51b498cf9dc07d02beff7303fe7f7ab52f3987.jpg' + handleClick={() => { + alert( + 'these are dummy mods. So navigation on these are not implemented yet' + ) + }} /> { + alert( + 'these are dummy mods. So navigation on these are not implemented yet' + ) + }} /> { + alert( + 'these are dummy mods. So navigation on these are not implemented yet' + ) + }} /> { + alert( + 'these are dummy mods. So navigation on these are not implemented yet' + ) + }} />
diff --git a/src/pages/settings.tsx b/src/pages/settings.tsx index 4b43de7..726b83e 100644 --- a/src/pages/settings.tsx +++ b/src/pages/settings.tsx @@ -254,21 +254,44 @@ const ProfileSettings = () => {
- - + {}} + /> + {}} + /> {}} /> {}} + /> + {}} /> -
{ placeholder='wss://some-relay.com' type='text' name='relay' + value='' + onChange={() => {}} />
- - + {}} + /> + {}} + /> {}} /> {}} /> {}} />