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 14
14
>
15
15
<NavLogo />
16
16
- {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>
18
18
- )}
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>}
20
20
</WaspRouterLink>
21
21
</div>
22
22
<div className='flex lg:hidden'>
Original file line number Diff line number Diff line change 139
139
+ {
140
140
+ name: 'Jonathan Cocharan',
141
141
+ 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 ',
144
144
+ quote:
145
145
+ '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 🤯!',
146
146
},
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export default function AppNavBar({ navigationItems }: { navigationItems: Naviga
41
41
>
42
42
< NavLogo />
43
43
{ 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 >
45
45
) }
46
46
</ WaspRouterLink >
47
47
</ div >
You can’t perform that action at this time.
0 commit comments