hardcode go back message on project page

This commit is contained in:
b1ek 2023-03-17 21:10:07 +10:00
parent 5f5a100080
commit 8dc3f51120
Signed by: blek
GPG Key ID: 14546221E3595D0C
2 changed files with 1 additions and 4 deletions

View File

@ -24,7 +24,4 @@
.back_button_1:active {
position:relative;
top:1px;
}
.back_button_1::before {
content: '← go back'
}

View File

@ -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