fix app_diff

This commit is contained in:
vincanger 2024-11-14 16:28:22 +01:00
parent 6e84e96011
commit 433f23d4a8
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
--- template/app/src/file-upload/operations.ts
+++ opensaas-sh/app/src/file-upload/operations.ts
@@ -21,6 +21,18 @@
@@ -18,6 +18,18 @@
throw new HttpError(401);
}

View File

@ -24,7 +24,7 @@
+ className='flex items-center -m-1.5 p-1.5 text-gray-900 duration-300 ease-in-out hover:text-yellow-500 dark:text-white'
>
<NavLogo />
- <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>
+ <span className='ml-2 text-sm font-semibold leading-6 dark:text-white'>Open SaaS</span>
</a>
</div>