Browse Source
adds missing css link in the actual app output
pull/999/head
kevmodrome
5 years ago
No known key found for this signature in database
GPG Key ID: 828D8FE4D235B551
1 changed files with
1 additions and
0 deletions
-
packages/server/src/api/controllers/static/templates/BudibaseApp.svelte
|
|
|
@ -22,6 +22,7 @@ |
|
|
|
<title>{title}</title> |
|
|
|
<link rel="icon" type="image/png" href={favicon} /> |
|
|
|
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" /> |
|
|
|
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet"> |
|
|
|
<style> |
|
|
|
html, |
|
|
|
body { |
|
|
|
|