Skip to content

Commit f95fca2

Browse files
remotesynthclaude
andauthored
DOC-418 (hotfix) Fix gray card icons on Azure docs home page (#913)
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 02b72ab commit f95fca2

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

Lines changed: 3 additions & 0 deletions
Loading

src/content/docs/azure/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import { OverviewCards, HeroCards } from '../../../components/OverviewCards';
1212
import rocketIcon from '../../../assets/images/GettingStarted_Color.svg';
1313
import connectionsIcon from '../../../assets/images/Integrations_Color.svg';
1414
import cubeIcon from '../../../assets/images/LSAWS_Color.svg';
15-
import fileIcon from '../../../assets/images/file.svg';
16-
import changeIcon from '../../../assets/images/change.svg';
15+
import fileIcon from '../../../assets/images/SampleApps_Color.svg';
16+
import pipelineIcon from '../../../assets/images/CIPipelines_Color.svg';
1717

1818
<HeroCards
1919
cards={[
@@ -61,7 +61,7 @@ import changeIcon from '../../../assets/images/change.svg';
6161
title: "Changelog",
6262
description: "Track Azure emulator updates and release highlights.",
6363
href: "/azure/changelog",
64-
icon: changeIcon.src
64+
icon: pipelineIcon.src
6565
}
6666
]}
6767
client:load

0 commit comments

Comments
 (0)