Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 0fc1b3e

Browse files
committed
[Fix] Use correct Changelog link.
1 parent 9a81af8 commit 0fc1b3e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/pages/workspace/components/styles.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ import { css } from '@emotion/react';
22

33
export const GUIDE_CARD_STYLE = css`
44
flex: 1;
5-
min-width: 350px;
65
`;

src/pages/workspace/utils/home/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default function Home() {
6060
title="What's New"
6161
paddingSize="xl"
6262
description="Discover what's new in the latest Secutils.dev version"
63-
href={'/docs/category/changelog'}
63+
href={'/docs/project/changelog'}
6464
target={'_blank'}
6565
/>
6666
</EuiFlexItem>

0 commit comments

Comments
 (0)