forked from retoor/snek
feat: add Font Awesome 6.4.0 icon library stylesheet to app template
Include the minified Font Awesome 6.4.0 CSS bundle (fa640.all.min.css) as a new static asset and link it in the app.html template before the base stylesheet, enabling icon support across the application.
This commit is contained in:
Vendored
+9
File diff suppressed because one or more lines are too long
@@ -19,7 +19,7 @@
|
||||
<script src="/chat-input.js" type="module"></script>
|
||||
<link rel="stylesheet" href="/sandbox.css">
|
||||
<link rel="stylesheet" href="/user-list.css">
|
||||
|
||||
<link rel="stylesheet" href="/fa640.all.min.css">
|
||||
<link rel="stylesheet" href="/base.css">
|
||||
<link
|
||||
rel="stylesheet"
|
||||
|
||||
Reference in New Issue
Block a user