Skip to content

Commit 1f6dea7

Browse files
authored
Merge pull request #504 from nadezhdafilina/fix-logo
updated logo
2 parents 436301f + 6127eab commit 1f6dea7

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/.vuepress/components/ELSApplication.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const applications = [
7878
name: "MySQL",
7979
versions: "8.0",
8080
link: "./mysql-and-percona-server/",
81-
icon: "/images/mysql2-logo.webp",
81+
icon: "/images/mysql.webp",
8282
},
8383
];
8484
</script>

docs/.vuepress/components/ELSOSSelector.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
const operatingSystems = [
3131
{
3232
name: "Amazon Linux 2",
33-
icon: "/images/placeholder-logo.webp",
33+
icon: "/images/amazon-linux.webp",
3434
link: "./amazon-linux-2-els",
3535
},
3636
{

docs/.vuepress/config-client/sidebar.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default {
3232
"/els-for-os/",
3333
{
3434
path: '/els-for-os/amazon-linux-2-els/',
35-
icon: '/images/placeholder-logo.webp',
35+
icon: '/images/amazon-linux.webp',
3636
},
3737
{
3838
path: '/els-for-os/alpine-linux-3-18-els/',
@@ -513,7 +513,7 @@ export default {
513513
{
514514
path: '/els-for-applications/mysql-and-percona-server/',
515515
title: 'MySQL and Percona Server',
516-
icon: '/images/mysql2-logo.webp',
516+
icon: '/images/mysql.webp',
517517
},
518518
]
519519
},
18.9 KB
Loading
904 Bytes
Loading

0 commit comments

Comments
 (0)