typo last ditch lack of hyphen in gambler award #86

Closed
mummified-corroding-granny wants to merge 2 commits from <deleted>:typo-last-ditch into master
2 changed files with 2 additions and 2 deletions

View File

@ -446,7 +446,7 @@ AWARDS = {
"rehab": { "rehab": {
"kind": "rehab", "kind": "rehab",
"title": "Rehab", "title": "Rehab",
"description": "Prevents the user from gambling for 24 hours in a last ditch effort to save them from themself.", "description": "Prevents the user from gambling for 24 hours in a last-ditch effort to save them from themself.",
"icon": "fas fa-dice-six", "icon": "fas fa-dice-six",
"color": "text-black", "color": "text-black",
"price": 777, "price": 777,

View File

@ -3,7 +3,7 @@
<div class="col"> <div class="col">
<div class="flex-row box-shadow-bottom d-flex justify-content-center justify-content-md-between align-items-center"> <div class="flex-row box-shadow-bottom d-flex justify-content-center justify-content-md-between align-items-center">
<ul class="nav settings-nav" id="profile-content--nav"> <ul class="nav settings-nav" id="profile-content--nav">
<li class="nav-item mr-1"> <li class="nav-item">
<a class="nav-link{% if path == '' %} active{% endif %}" href="/@{{u.username}}">Wall</a> <a class="nav-link{% if path == '' %} active{% endif %}" href="/@{{u.username}}">Wall</a>
</li> </li>
<li class="nav-item"> <li class="nav-item">