Skip to content

Commit

Permalink
Update packages/app/src/components/home/HomePage.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Pilar Solares <[email protected]>
  • Loading branch information
jenreiher-bcgov and Pilargit12 authored Feb 13, 2024
1 parent 765f6b4 commit 7e25eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/components/home/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ const HomePage = () => {
<Card key='platform-developer-docs' classes={{ root: classes.card }} >
<CardMedia>
<ItemCardHeader classes={{ root: classes.cardDocsHeader }}
title={<Link style={{color: theme.palette.primary.main}} to="docs/default/component/platform-developer-docs">Private cloud documentation</Link>}
title={<Link style={{color: theme.palette.primary.main}} to="docs/default/component/platform-developer-docs">Private cloud technical docs</Link>}
/>
</CardMedia>
<CardContent>
Expand Down

0 comments on commit 7e25eab

Please sign in to comment.