From 596ef83292bcd1fc93d3fcf685eeadee0e9b0ccf Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 5 Mar 2021 09:46:57 +0100 Subject: [PATCH] docs: fix icons in more menu --- docs/data/menu/more.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data/menu/more.yml b/docs/data/menu/more.yml index d13ab16..44541d0 100644 --- a/docs/data/menu/more.yml +++ b/docs/data/menu/more.yml @@ -3,8 +3,8 @@ more: - name: Releases ref: "https://github.com/thegeeklab/ansible-doctor/releases" external: true - icon: "download" + icon: "gdoc_download" - name: "View Source" ref: "https://github.com/thegeeklab/ansible-doctor" external: true - icon: "github" + icon: "gdoc_github"