Skip to content

Commit

Permalink
fix k8s icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewinne committed Sep 15, 2024
1 parent 04cc796 commit 910bce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Achievements.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';

import { CodeJson, Docker, Github, LanguagePython, Linux, Nodejs, React as ReactIcon } from 'mdi-material-ui';
import { CodeJson, Docker, Github, LanguagePython, Linux, Kubernetes,Nodejs, React as ReactIcon } from 'mdi-material-ui';

import { makeStyles } from '@material-ui/core/styles';
import Card from '@material-ui/core/Card';
Expand Down Expand Up @@ -37,7 +37,7 @@ function createAchievement(icon, text, emoji) {

let key = 0;
const achievementRows = [
createAchievement(<Nodejs />,
createAchievement(<Kubernetes />,
['Added multinode support to ',
<Link href="https://docs.replicated.com/vendor/embedded-kubernetes-overview#embedded-kubernetes-with-replicated" color="inherit" underline="always" key={key++}>Embedded Cluster</Link>,
' for ',
Expand Down

0 comments on commit 910bce1

Please sign in to comment.