Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/assets/images/SampleApps_Color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/content/docs/azure/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import { OverviewCards, HeroCards } from '../../../components/OverviewCards';
import rocketIcon from '../../../assets/images/GettingStarted_Color.svg';
import connectionsIcon from '../../../assets/images/Integrations_Color.svg';
import cubeIcon from '../../../assets/images/LSAWS_Color.svg';
import fileIcon from '../../../assets/images/file.svg';
import changeIcon from '../../../assets/images/change.svg';
import fileIcon from '../../../assets/images/SampleApps_Color.svg';
import pipelineIcon from '../../../assets/images/CIPipelines_Color.svg';

<HeroCards
cards={[
Expand Down Expand Up @@ -61,7 +61,7 @@ import changeIcon from '../../../assets/images/change.svg';
title: "Changelog",
description: "Track Azure emulator updates and release highlights.",
href: "/azure/changelog",
icon: changeIcon.src
icon: pipelineIcon.src
}
]}
client:load
Expand Down
Loading