diff --git a/app/config/providers.php b/app/config/providers.php index 9940c185a3..1691f814bd 100644 --- a/app/config/providers.php +++ b/app/config/providers.php @@ -84,7 +84,7 @@ return [ // Ordered by ABC. 'github' => [ 'name' => 'GitHub', 'developers' => 'https://developer.github.com/', - 'icon' => 'icon-github-circled', + 'icon' => 'icon-github', 'enabled' => true, 'sandbox' => false, 'form' => false, diff --git a/app/config/storage/logos.php b/app/config/storage/logos.php index 39d8a40fa6..8816611edc 100644 --- a/app/config/storage/logos.php +++ b/app/config/storage/logos.php @@ -15,30 +15,30 @@ return [ // Based on this list @see http://stackoverflow.com/a/4212908/2299554 'video/x-ms-wmv' => __DIR__.'/logos/video.png', // // Microsoft Word - 'application/msword' => __DIR__.'/logos/word.png', - 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => __DIR__.'/logos/word.png', - 'application/vnd.openxmlformats-officedocument.wordprocessingml.template' => __DIR__.'/logos/word.png', - 'application/vnd.ms-word.document.macroEnabled.12' => __DIR__.'/logos/word.png', + // 'application/msword' => __DIR__.'/logos/word.png', + // 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => __DIR__.'/logos/word.png', + // 'application/vnd.openxmlformats-officedocument.wordprocessingml.template' => __DIR__.'/logos/word.png', + // 'application/vnd.ms-word.document.macroEnabled.12' => __DIR__.'/logos/word.png', // // Microsoft Excel - 'application/vnd.ms-excel' => __DIR__.'/logos/excel.png', - 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => __DIR__.'/logos/excel.png', - 'application/vnd.openxmlformats-officedocument.spreadsheetml.template' => __DIR__.'/logos/excel.png', - 'application/vnd.ms-excel.sheet.macroEnabled.12' => __DIR__.'/logos/excel.png', - 'application/vnd.ms-excel.template.macroEnabled.12' => __DIR__.'/logos/excel.png', - 'application/vnd.ms-excel.addin.macroEnabled.12' => __DIR__.'/logos/excel.png', - 'application/vnd.ms-excel.sheet.binary.macroEnabled.12' => __DIR__.'/logos/excel.png', + // 'application/vnd.ms-excel' => __DIR__.'/logos/excel.png', + // 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => __DIR__.'/logos/excel.png', + // 'application/vnd.openxmlformats-officedocument.spreadsheetml.template' => __DIR__.'/logos/excel.png', + // 'application/vnd.ms-excel.sheet.macroEnabled.12' => __DIR__.'/logos/excel.png', + // 'application/vnd.ms-excel.template.macroEnabled.12' => __DIR__.'/logos/excel.png', + // 'application/vnd.ms-excel.addin.macroEnabled.12' => __DIR__.'/logos/excel.png', + // 'application/vnd.ms-excel.sheet.binary.macroEnabled.12' => __DIR__.'/logos/excel.png', // // Microsoft Power Point - 'application/vnd.ms-powerpoint' => __DIR__.'/logos/ppt.png', - 'application/vnd.openxmlformats-officedocument.presentationml.presentation' => __DIR__.'/logos/ppt.png', - 'application/vnd.openxmlformats-officedocument.presentationml.template' => __DIR__.'/logos/ppt.png', - 'application/vnd.openxmlformats-officedocument.presentationml.slideshow' => __DIR__.'/logos/ppt.png', - 'application/vnd.ms-powerpoint.addin.macroEnabled.12' => __DIR__.'/logos/ppt.png', - 'application/vnd.ms-powerpoint.presentation.macroEnabled.12' => __DIR__.'/logos/ppt.png', - 'application/vnd.ms-powerpoint.template.macroEnabled.12' => __DIR__.'/logos/ppt.png', - 'application/vnd.ms-powerpoint.slideshow.macroEnabled.12' => __DIR__.'/logos/ppt.png', + // 'application/vnd.ms-powerpoint' => __DIR__.'/logos/ppt.png', + // 'application/vnd.openxmlformats-officedocument.presentationml.presentation' => __DIR__.'/logos/ppt.png', + // 'application/vnd.openxmlformats-officedocument.presentationml.template' => __DIR__.'/logos/ppt.png', + // 'application/vnd.openxmlformats-officedocument.presentationml.slideshow' => __DIR__.'/logos/ppt.png', + // 'application/vnd.ms-powerpoint.addin.macroEnabled.12' => __DIR__.'/logos/ppt.png', + // 'application/vnd.ms-powerpoint.presentation.macroEnabled.12' => __DIR__.'/logos/ppt.png', + // 'application/vnd.ms-powerpoint.template.macroEnabled.12' => __DIR__.'/logos/ppt.png', + // 'application/vnd.ms-powerpoint.slideshow.macroEnabled.12' => __DIR__.'/logos/ppt.png', // Adobe PDF - 'application/pdf' => __DIR__.'/logos/pdf.png', + // 'application/pdf' => __DIR__.'/logos/pdf.png', ]; \ No newline at end of file diff --git a/app/config/storage/logos/excel.png b/app/config/storage/logos/excel.png deleted file mode 100644 index ebf1a7cd99..0000000000 Binary files a/app/config/storage/logos/excel.png and /dev/null differ diff --git a/app/config/storage/logos/none.png b/app/config/storage/logos/none.png index 003ae49b53..b068cf5f71 100644 Binary files a/app/config/storage/logos/none.png and b/app/config/storage/logos/none.png differ diff --git a/app/config/storage/logos/pdf.png b/app/config/storage/logos/pdf.png deleted file mode 100644 index 8bbc791d18..0000000000 Binary files a/app/config/storage/logos/pdf.png and /dev/null differ diff --git a/app/config/storage/logos/ppt.png b/app/config/storage/logos/ppt.png deleted file mode 100644 index 4db13644d3..0000000000 Binary files a/app/config/storage/logos/ppt.png and /dev/null differ diff --git a/app/config/storage/logos/video.png b/app/config/storage/logos/video.png index 8cb7519f1b..83be90388a 100644 Binary files a/app/config/storage/logos/video.png and b/app/config/storage/logos/video.png differ diff --git a/app/config/storage/logos/word.png b/app/config/storage/logos/word.png deleted file mode 100644 index 4b13f18f91..0000000000 Binary files a/app/config/storage/logos/word.png and /dev/null differ diff --git a/app/views/console/comps/footer.phtml b/app/views/console/comps/footer.phtml index 065dabb14b..3281849316 100644 --- a/app/views/console/comps/footer.phtml +++ b/app/views/console/comps/footer.phtml @@ -10,7 +10,7 @@ $version = $this->getParam('version', '') . '.' . APP_CACHE_BUSTER; data-analytics-event="click" data-analytics-category="console/footer" data-analytics-label="GitHub Link" - href="https://github.com/appwrite/appwrite" target="_blank" rel="noopener"> GitHub + href="https://github.com/appwrite/appwrite" target="_blank" rel="noopener"> GitHub