Skip to content

Commit

Permalink
speed up google style
Browse files Browse the repository at this point in the history
  • Loading branch information
mhzawadi committed Jan 2, 2025
1 parent 0512ed6 commit 6b4f163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.14
0.0.15
2 changes: 1 addition & 1 deletion src/view/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<meta name="description" content="Dashboard - self-hosted startpage for your server"/>
<link rel="stylesheet" href="/css/main.min.css"/>
<link rel="stylesheet" href="/css/custom.min.css"/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="preload" as="style">
<title><?php echo $this->setting_obj['customTitle'];?></title>
</head>
<body style="--color-primary:<?php echo $this->theme[0];?>; --color-accent:<?php echo $this->theme[1];?>; --color-background:<?php echo $this->theme[2];?>;">
Expand Down

0 comments on commit 6b4f163

Please sign in to comment.