Skip to content

Commit f8f6a30

Browse files
authored
Merge pull request #314 from CodeAnk2829/CodeAnk2829-Issue#313
2 parents db4fbcc + 97622ec commit f8f6a30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,10 +1070,10 @@ const projectList = [
10701070
{
10711071
name: "Phpmyadmin",
10721072
imageSrc:
1073-
"https://raw.githubusercontent.com/phpmyadmin/phpmyadmin/master/themes/original/img/logo_right.png",
1074-
projectLink: "https://www.phpmyadmin.net/contribute/",
1075-
description: "A web interface for MySQL and MariaDB.",
1076-
tags: ["OpenSource", "Mariadb", "Mysql", "HTML", "PHP", "Javascript"],
1073+
'https://avatars.githubusercontent.com/u/1351977?s=200&v=4',
1074+
projectLink: 'https://www.phpmyadmin.net/contribute/',
1075+
description: 'A web interface for MySQL and MariaDB.',
1076+
tags: ['OpenSource', 'Mariadb', 'Mysql', 'HTML', 'PHP', 'Javascript'],
10771077
},
10781078
{
10791079
name: "Litefy",

0 commit comments

Comments
 (0)