We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a81af8 commit 0fc1b3eCopy full SHA for 0fc1b3e
2 files changed
src/pages/workspace/components/styles.ts
@@ -2,5 +2,4 @@ import { css } from '@emotion/react';
2
3
export const GUIDE_CARD_STYLE = css`
4
flex: 1;
5
- min-width: 350px;
6
`;
src/pages/workspace/utils/home/home.tsx
@@ -60,7 +60,7 @@ export default function Home() {
60
title="What's New"
61
paddingSize="xl"
62
description="Discover what's new in the latest Secutils.dev version"
63
- href={'/docs/category/changelog'}
+ href={'/docs/project/changelog'}
64
target={'_blank'}
65
/>
66
</EuiFlexItem>
0 commit comments