fix Landing PageTypos (#424)

Co-authored-by: momomohi <mohammed.mudassir.mohiuddin@oracle.com>
This commit is contained in:
Mohammed Mudassir 2025-05-07 20:33:45 +05:30 committed by GitHub
parent 597ed60da3
commit 03579d947d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -14,9 +14,9 @@
>
<NavLogo />
- {isLandingPage && (
- <span className='ml-2 text-sm font-semibold leading-6 dark:text-white'>Your Saas</span>
- <span className='ml-2 text-sm font-semibold leading-6 dark:text-white'>Your SaaS</span>
- )}
+ {isLandingPage && <span className='ml-2 text-sm font-semibold leading-6 dark:text-white'>Open Saas</span>}
+ {isLandingPage && <span className='ml-2 text-sm font-semibold leading-6 dark:text-white'>Open SaaS</span>}
</WaspRouterLink>
</div>
<div className='flex lg:hidden'>

View File

@ -139,8 +139,8 @@
+ {
+ name: 'Jonathan Cocharan',
+ role: 'Entrepreneur',
+ avatarSrc: 'https://pbs.twimg.com/profile_images/926142421653753857/o6Hmcbr7_400x400.jpg',
+ socialUrl: 'https://twitter.com/jonathancocharan',
+ avatarSrc: 'https://pbs.twimg.com/profile_images/1910056203863883776/jtfVWaEG_400x400.jpg',
+ socialUrl: 'https://twitter.com/JonathanCochran',
+ quote:
+ 'In just 6 nights... my SaaS app is live 🎉! Huge thanks to the amazing @wasplang community 🙌 for their guidance along the way. These tools are incredibly efficient 🤯!',
},

View File

@ -41,7 +41,7 @@ export default function AppNavBar({ navigationItems }: { navigationItems: Naviga
>
<NavLogo />
{isLandingPage && (
<span className='ml-2 text-sm font-semibold leading-6 dark:text-white'>Your Saas</span>
<span className='ml-2 text-sm font-semibold leading-6 dark:text-white'>Your SaaS</span>
)}
</WaspRouterLink>
</div>