From 8dc3f51120f3a0dc1f96a5403fb0e957b5b10118 Mon Sep 17 00:00:00 2001 From: b1ek Date: Fri, 17 Mar 2023 21:10:07 +1000 Subject: [PATCH] hardcode go back message on project page --- public/static/ui/back_button.css | 3 --- view/layout/project.pug | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/public/static/ui/back_button.css b/public/static/ui/back_button.css index 07993d4..c352c9e 100644 --- a/public/static/ui/back_button.css +++ b/public/static/ui/back_button.css @@ -24,7 +24,4 @@ .back_button_1:active { position:relative; top:1px; -} -.back_button_1::before { - content: '← go back' } \ No newline at end of file diff --git a/view/layout/project.pug b/view/layout/project.pug index f6e4578..39e3ed2 100644 --- a/view/layout/project.pug +++ b/view/layout/project.pug @@ -5,5 +5,5 @@ block append head block content p(style='margin:0') - a(href='/project' title='go back to projects page' class='back_button_1') + a(href='/project' title='go back to projects page' class='back_button_1') ← go back hr \ No newline at end of file