From 2035ae0efcb0fb42ffe552f1b6af452cf0dbba70 Mon Sep 17 00:00:00 2001 From: Samuel Enocsson Date: Mon, 25 May 2026 10:29:34 +0200 Subject: [PATCH] fix: use FontAwesome icons matching Players page (#8) --- public/css/courses.css | 5 ----- views/partials/course-layouts.ejs | 2 +- views/partials/course-table.ejs | 8 ++++++-- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/public/css/courses.css b/public/css/courses.css index 0cc0843..03eeb91 100644 --- a/public/css/courses.css +++ b/public/css/courses.css @@ -367,11 +367,6 @@ display: none; } -/* ── Icon button spin state (keyframes defined in shared.css) ─── */ - -.icon-btn.spinning { - animation: spin 0.8s linear infinite; -} /* ── Tjing results ───────────────────────────────── */ diff --git a/views/partials/course-layouts.ejs b/views/partials/course-layouts.ejs index 389a20b..415e710 100644 --- a/views/partials/course-layouts.ejs +++ b/views/partials/course-layouts.ejs @@ -43,7 +43,7 @@