1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

Merge pull request #2426 from appwrite/feat-update-theme-color

Updated theme color to Appwrite pink
This commit is contained in:
Eldad A. Fux 2021-11-26 21:13:36 +02:00 committed by GitHub
commit 573ab5a938
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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', '')); ?>" />