diff --git a/src/components/context/dashboardContext.js b/src/components/context/dashboardContext.js index de6f1b4..69d54f9 100644 --- a/src/components/context/dashboardContext.js +++ b/src/components/context/dashboardContext.js @@ -20,11 +20,6 @@ const DashboardContext = createContext({ {key: v4(), text: 'Dashboards', icon: }, {key: v4(), text: 'Resume', link: '/', type: 'dashboard'}, {key: v4(), text: 'Apps', icon: }, - {key: v4(), text: 'Fitness', link: 'https://avion-fitness-bot.netlify.app', type: 'app'}, - {key: v4(), text: 'Trading', link: 'https://bwinance.herokuapp.com/', type: 'app'}, - {key: v4(), text: 'Sports', link: 'https://sportsapp-86653.firebaseapp.com', type: 'app'}, - {key: v4(), text: 'Other Works', link: 'https://chestergarett-portfolio-ff9f1e.netlify.app', type: 'app'}, - ], content: { resume: , diff --git a/src/components/dashboards/resume/cards/SkillsGeneral.js b/src/components/dashboards/resume/cards/SkillsGeneral.js index 7009899..ef3e4e4 100644 --- a/src/components/dashboards/resume/cards/SkillsGeneral.js +++ b/src/components/dashboards/resume/cards/SkillsGeneral.js @@ -73,7 +73,7 @@ let plugins = { scales: { x, y} } = chart; ctx.save(); x.ticks.forEach( (item,index)=> { - if(item.label==='Data Engineering' || item.label==='Web Development' || item.label==='Data Analysis'){ + if(item.label==='Data Engineering' || item.label==='Machine Learning'){ ctx.drawImage(image, x.getPixelForValue(index) - (30/2), y.getPixelForValue(chart.data.datasets[0].data[index])-25, 20, 20) }