Skip to content

Commit c628832

Browse files
committed
v1.4..1
1 parent 0ddece6 commit c628832

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/django_wol/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@
166166
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
167167
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
168168

169-
VERSION = "v1.4.0"
169+
VERSION = "v1.4.1"

app/wol/static/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
color: var(--waiting-gray);
4040
}
4141

42-
.do>t-up {
42+
.dot-up {
4343
color: var(--up-green);
4444
}
4545

0 commit comments

Comments
 (0)