From 0bfecbafabdc31d0bd640204a3bfb68f893aa2eb Mon Sep 17 00:00:00 2001 From: jliddev Date: Mon, 9 Nov 2020 13:09:10 -0600 Subject: [PATCH] Switch the spin direction of the refresh button --- wowup-electron/src/app/components/footer/footer.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wowup-electron/src/app/components/footer/footer.component.scss b/wowup-electron/src/app/components/footer/footer.component.scss index 3e6f85ea..105ebef9 100644 --- a/wowup-electron/src/app/components/footer/footer.component.scss +++ b/wowup-electron/src/app/components/footer/footer.component.scss @@ -120,7 +120,7 @@ footer { @keyframes rotate { to { - transform: rotate(360deg); + transform: rotate(-360deg); } }