mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge pull request #2426 from appwrite/feat-update-theme-color
Updated theme color to Appwrite pink
This commit is contained in:
@@ -51,7 +51,7 @@ if(!empty($platforms)) {
|
||||
<?php endforeach; ?>
|
||||
<base href="/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5" />
|
||||
<meta name="theme-color" content="#24f4d4">
|
||||
<meta name="theme-color" content="#f02e65">
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="<?php echo $this->escape($this->getParam('title', '')); ?>" />
|
||||
<meta property="og:description" content="<?php echo $this->escape($this->getParam('description', '')); ?>" />
|
||||
|
||||
Reference in New Issue
Block a user