From cb9744e3645dd8f14cf8e9cb25deffc549efd195 Mon Sep 17 00:00:00 2001 From: Kinplemelon Date: Tue, 21 Jun 2022 21:43:12 +0800 Subject: [PATCH] fix(index): icon in tab --- public/index.html | 2 +- public/{ => static}/emq.ico | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename public/{ => static}/emq.ico (100%) diff --git a/public/index.html b/public/index.html index a93a20b46..278c25312 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - + EMQX Dashboard diff --git a/public/emq.ico b/public/static/emq.ico similarity index 100% rename from public/emq.ico rename to public/static/emq.ico