We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4f163 commit 80aaca4Copy full SHA for 80aaca4
src/view/header.php
@@ -16,7 +16,7 @@
16
<meta name="description" content="Dashboard - self-hosted startpage for your server"/>
17
<link rel="stylesheet" href="/css/main.min.css"/>
18
<link rel="stylesheet" href="/css/custom.min.css"/>
19
- <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="preload" as="style">
+ <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
20
<title><?php echo $this->setting_obj['customTitle'];?></title>
21
</head>
22
<body style="--color-primary:<?php echo $this->theme[0];?>; --color-accent:<?php echo $this->theme[1];?>; --color-background:<?php echo $this->theme[2];?>;">
0 commit comments