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