Skip to content

Commit a677795

Browse files
authored
Tweak tags to better fit Rocky Linux
Two of the tags just straight up didn't apply to the project (ruby & puppet -- we use neither)
1 parent 451bffa commit a677795

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
@@ -745,18 +745,18 @@ const projectList = [
745745
tags: ['OpenSource', 'React', 'Javascript', 'Beginner', 'Productivity'],
746746
},
747747
{
748-
name: 'Rocky Linux',
749-
imageSrc: 'https://raw.githubusercontent.com/rocky-linux/rocky-logos/main/icons/hicolor/256x256/apps/system-logo-icon.png',
750-
projectLink: 'https://github.com/rocky-linux/rocky#contributing',
751-
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.',
752-
tags: ['OpenSource', 'Shell', 'Python', 'HTML', 'Ruby', 'Puppet'],
753-
},
754-
{
755-
name: 'Phpmyadmin',
756-
imageSrc: 'https://raw.githubusercontent.com/phpmyadmin/phpmyadmin/master/themes/original/img/logo_right.png',
757-
projectLink: 'https://www.phpmyadmin.net/contribute/',
758-
description: 'A web interface for MySQL and MariaDB.',
759-
tags: ['OpenSource', 'Mariadb', 'Mysql', 'HTML', 'PHP', 'Javascript'],
748+
name: 'Rocky Linux',
749+
imageSrc: 'https://raw.githubusercontent.com/rocky-linux/rocky-logos/main/icons/hicolor/256x256/apps/system-logo-icon.png',
750+
projectLink: 'https://github.com/rocky-linux/rocky#contributing',
751+
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.',
752+
tags: ['OpenSource', 'Shell', 'Python', 'HTML', 'Ansible', 'Linux'],
753+
},
754+
{
755+
name: 'Phpmyadmin',
756+
imageSrc: 'https://raw.githubusercontent.com/phpmyadmin/phpmyadmin/master/themes/original/img/logo_right.png',
757+
projectLink: 'https://www.phpmyadmin.net/contribute/',
758+
description: 'A web interface for MySQL and MariaDB.',
759+
tags: ['OpenSource', 'Mariadb', 'Mysql', 'HTML', 'PHP', 'Javascript'],
760760
}
761761
];
762762
export default projectList;

0 commit comments

Comments
 (0)