From 2fed6cbe5dbd5b017c8bab90516e137db79c4f5d Mon Sep 17 00:00:00 2001 From: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:10:48 -0800 Subject: [PATCH] update get docker cards (#18883) Signed-off-by: Craig Osterhout --- content/get-docker.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/get-docker.md b/content/get-docker.md index 478d4e546b..8a8e7cec0f 100644 --- a/content/get-docker.md +++ b/content/get-docker.md @@ -27,7 +27,7 @@ section and choose the best installation path for you. title="Docker Desktop for Mac" description="A native application using the macOS sandbox security model that delivers all Docker tools to your Mac." link="/desktop/install/mac-install/" - image="/assets/images/apple_48.svg" >}} + icon="/assets/images/apple_48.svg" >}}
@@ -35,7 +35,7 @@ section and choose the best installation path for you. title="Docker Desktop for Windows" description="A native Windows application that delivers all Docker tools to your Windows computer." link="/desktop/install/windows-install/" - image="/assets/images/windows_48.svg" >}} + icon="/assets/images/windows_48.svg" >}}
@@ -43,7 +43,7 @@ section and choose the best installation path for you. title="Docker Desktop for Linux" description="A native Linux application that delivers all Docker tools to your Linux computer." link="/desktop/install/linux-install/" - image="/assets/images/linux_48.svg" >}} + icon="/assets/images/linux_48.svg" >}} > **Note** >