From e3e87de7a1ff8b92ef49e792434fb7a18e3ee62c Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Tue, 9 Jun 2020 22:02:54 -0400 Subject: [PATCH] Forgot an icon for #279 --- css/dashboard.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/dashboard.css b/css/dashboard.css index f1822a2..a66e19a 100644 --- a/css/dashboard.css +++ b/css/dashboard.css @@ -369,6 +369,7 @@ a.inverted:active { .icon.numeric_7_box:before { content: "\F3B6"; } .icon.patreon:before { content: "\F881"; } .icon.pound:before { content: "\F423"; } +.icon.refresh:before { content: "\F450"; } .icon.snowflake:before { content: "\F716"; } .icon.swap_horizontal:before { content: "\F4E1"; } .icon.signal_variant:before { content: "\F60A"; }