File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
template/app/src/client/components/NavBar Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 >
1515 <NavLogo />
1616- {isLandingPage && (
17- - <span className='ml-2 text-sm font-semibold leading-6 dark:text-white'>Your Saas </span>
17+ - <span className='ml-2 text-sm font-semibold leading-6 dark:text-white'>Your SaaS </span>
1818- )}
19- + {isLandingPage && <span className='ml-2 text-sm font-semibold leading-6 dark:text-white'>Open Saas </span>}
19+ + {isLandingPage && <span className='ml-2 text-sm font-semibold leading-6 dark:text-white'>Open SaaS </span>}
2020 </WaspRouterLink>
2121 </div>
2222 <div className='flex lg:hidden'>
Original file line number Diff line number Diff line change 139139+ {
140140+ name: 'Jonathan Cocharan',
141141+ role: 'Entrepreneur',
142- + avatarSrc: 'https://pbs.twimg.com/profile_images/926142421653753857/o6Hmcbr7_400x400 .jpg',
143- + socialUrl: 'https://twitter.com/jonathancocharan ',
142+ + avatarSrc: 'https://pbs.twimg.com/profile_images/1910056203863883776/jtfVWaEG_400x400 .jpg',
143+ + socialUrl: 'https://twitter.com/JonathanCochran ',
144144+ quote:
145145+ '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 🤯!',
146146 },
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export default function AppNavBar({ navigationItems }: { navigationItems: Naviga
4141 >
4242 < NavLogo />
4343 { isLandingPage && (
44- < span className = 'ml-2 text-sm font-semibold leading-6 dark:text-white' > Your Saas </ span >
44+ < span className = 'ml-2 text-sm font-semibold leading-6 dark:text-white' > Your SaaS </ span >
4545 ) }
4646 </ WaspRouterLink >
4747 </ div >
You can’t perform that action at this time.
0 commit comments