Skip to content

Commit dd39e96

Browse files
authored
Merge pull request #172 from hbjydev/source
Tweak tags to better fit Rocky Linux
2 parents 9c6df5d + a677795 commit dd39e96

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -751,18 +751,18 @@ const projectList = [
751751
tags: ['OpenSource', 'React', 'Javascript', 'Beginner', 'Productivity'],
752752
},
753753
{
754-
name: 'Rocky Linux',
755-
imageSrc: 'https://raw.githubusercontent.com/rocky-linux/rocky-logos/main/icons/hicolor/256x256/apps/system-logo-icon.png',
756-
projectLink: 'https://github.com/rocky-linux/rocky#contributing',
757-
description: 'Rocky Linux is a community enterprise Operating System designed to be 100% bug-for-bug compatible with Enterprise Linux, now that CentOS has shifted direction.',
758-
tags: ['OpenSource', 'Shell', 'Python', 'HTML', 'Ruby', 'Puppet'],
759-
},
760-
{
761-
name: 'Phpmyadmin',
762-
imageSrc: 'https://raw.githubusercontent.com/phpmyadmin/phpmyadmin/master/themes/original/img/logo_right.png',
763-
projectLink: 'https://www.phpmyadmin.net/contribute/',
764-
description: 'A web interface for MySQL and MariaDB.',
765-
tags: ['OpenSource', 'Mariadb', 'Mysql', 'HTML', 'PHP', 'Javascript'],
754+
name: 'Rocky Linux',
755+
imageSrc: 'https://raw.githubusercontent.com/rocky-linux/rocky-logos/main/icons/hicolor/256x256/apps/system-logo-icon.png',
756+
projectLink: 'https://github.com/rocky-linux/rocky#contributing',
757+
description: 'Rocky Linux is a community enterprise Operating System designed to be 100% bug-for-bug compatible with Enterprise Linux, now that CentOS has shifted direction.',
758+
tags: ['OpenSource', 'Shell', 'Python', 'HTML', 'Ansible', 'Linux'],
759+
},
760+
{
761+
name: 'Phpmyadmin',
762+
imageSrc: 'https://raw.githubusercontent.com/phpmyadmin/phpmyadmin/master/themes/original/img/logo_right.png',
763+
projectLink: 'https://www.phpmyadmin.net/contribute/',
764+
description: 'A web interface for MySQL and MariaDB.',
765+
tags: ['OpenSource', 'Mariadb', 'Mysql', 'HTML', 'PHP', 'Javascript'],
766766
}
767767
];
768768
export default projectList;

0 commit comments

Comments
 (0)