From c5fc0503d22301ef22ab7bcd0c5e5f28202eb9b0 Mon Sep 17 00:00:00 2001 From: mrfry Date: Sat, 15 May 2021 11:26:06 +0200 Subject: [PATCH] Minor user files page fixes --- src/pages/userfiles.js | 1 + src/pages/userfiles.module.css | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/userfiles.js b/src/pages/userfiles.js index e478139..9047c89 100644 --- a/src/pages/userfiles.js +++ b/src/pages/userfiles.js @@ -94,6 +94,7 @@ function SubjNameInput({ onChange, uploading }) { ) : (
{ diff --git a/src/pages/userfiles.module.css b/src/pages/userfiles.module.css index 360b808..071fb04 100644 --- a/src/pages/userfiles.module.css +++ b/src/pages/userfiles.module.css @@ -95,7 +95,6 @@ .description { padding: 5px; text-align: center; - cursor: pointer; } .description > b {