Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulclindo committed May 9, 2024
1 parent 5951e00 commit 348260e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/shinkai-desktop/src/pages/get-started.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const GetStartedPage = () => {
rel="noreferrer"
target="_blank"
>
Log In for SaaS
Log In To Shinkai Hosting
</a>
<a
className={cn(
Expand All @@ -131,15 +131,15 @@ const GetStartedPage = () => {
rel="noreferrer"
target="_blank"
>
Sign up for SaaS
Sign up For Shinkai Hosting
</a>
<div className="text-gray-80 items-center space-x-2 text-center text-base">
<span>Already have an Node?</span>
<Link
className="font-semibold text-white underline"
to="/onboarding"
>
Quick Connection
Quick Connect
</Link>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion apps/shinkai-desktop/src/pages/layout/main-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ const MainLayout = () => {
<div className="flex min-h-full flex-col bg-gray-500 text-white">
<div className={cn('flex flex-1', !!auth && '')}>
{!!auth && <MainNav />}
<div className="flex-1 pl-[80px]">
<div className={cn('flex-1', !!auth && 'pl-[80px]')}>
<Outlet />
</div>
</div>
Expand Down

0 comments on commit 348260e

Please sign in to comment.