1
0
Fork 0
mirror of synced 2024-05-19 20:22:33 +12:00

Updated theme color to Appwrite pink

This commit is contained in:
Matej Baco 2021-11-19 09:09:35 +01:00
parent fbddd4e69e
commit 442117c94b

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