From 12f8ad2e12be9f27491117ad95c8bd37e826fc43 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 5 Mar 2021 09:29:00 +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 da8fd5b..39867e7 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-later/releases" external: true - icon: "download" + icon: "gdoc_download" - name: "View Source" ref: "https://github.com/thegeeklab/ansible-later" external: true - icon: "github" + icon: "gdoc_github"