Simplify name of config css from config-style.css to config.css

This commit is contained in:
Debanjum Singh Solanky
2022-08-01 01:34:00 +03:00
parent 075dba5d64
commit 1201bfddf3
2 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
<head>
<meta charset="utf-8">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🦅</text></svg>">
<link rel="stylesheet" href="static/assets/config-style.css">
<link rel="stylesheet" href="static/assets/config.css">
<title>Khoj - Configure App</title>
</head>
<body>