Skip to content
Snippets Groups Projects
Commit 48638320 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

Fix incorrect link

parent e2eac8c3
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
## [0.90] - 2025-02-12
- Fix incorrect link in sidebar/frontpage
## [0.89] - 2025-02-12
- COMP-453: Remove strategic plan link from policies page, as we have a separate page for that
- Use a single frontend entrypoint (index.html), as the code splitting now works properly with it
......
......@@ -43,7 +43,7 @@ export default function NetworkLinks({ sidebar = false }) {
<LinkComponent to="/siem-vendors" className={classNames}>
<span>{titles["siem-vendors"]}</span>
</LinkComponent>
<LinkComponent to="/certificate-provider" className={classNames}>
<LinkComponent to="/certificate-providers" className={classNames}>
<span>{titles["certificate-provider"]}</span>
</LinkComponent>
<LinkComponent to="/weather-map" className={classNames}>
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment