Skip to content

Commit

Permalink
chore: small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Cahllagerfeld committed Jul 12, 2024
1 parent f48ce38 commit fc1771d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion legacy/src/constants/constantCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const constantCommandsToCreateStack = {
export const constantCommandsToCreateSecret = {
title: 'Stack Cheatsheet',
documentation:
'https://docs.zenml.io/getting-started/deploying-zenml/manage-the-deployed-services/secret-management',
'https://docs.zenml.io/getting-started/deploying-zenml/secret-management',
};

export const constantCommandsToCreateRepository = {
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/AuthenticatedLayout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function AuthenticatedLayout() {
<SidebarProvider initialOpen={isMinWidth}>
<Sidebar />
</SidebarProvider>
<div className="w-full">
<div className="w-full overflow-y-hidden">
<Analytics />
<ProductTour />
<Outlet />
Expand Down

0 comments on commit fc1771d

Please sign in to comment.