new theme: snow white
This commit is contained in:
@@ -267,6 +267,6 @@ def create_app():
|
||||
if subject == 'style':
|
||||
return 'Default'
|
||||
|
||||
return f'{subject.removeprefix('theme-').capitalize()} (beta)'
|
||||
return f'{subject.removeprefix('theme-').replace('-', ' ').capitalize()} (beta)'
|
||||
|
||||
return app
|
||||
|
||||
Reference in New Issue
Block a user