Skip to content

Commit

Permalink
feat(ui): add svelte on knowledge list
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Oct 24, 2023
1 parent 0b0123c commit e3e0a24
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/app/about/sections/knowledge/knowledge-categories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ import {
SiVercel,
SiCloudflare,
SiPlanetscale,
SiHeroku
SiHeroku,
SiSvelte
} from 'react-icons/si'
import { FaJava, FaPhoenixFramework } from 'react-icons/fa'

Expand Down Expand Up @@ -149,10 +150,16 @@ export const knowledgeCategories: {
},
{
title: 'Vue.js',
status: 'learning',
status: 'bad',
icon: SiVuedotjs,
color: '#4FC08D'
},
{
title: 'Svelte',
status: 'learning',
icon: SiSvelte,
color: '#FF3E00'
},
{
title: 'Tailwind CSS',
status: 'god',
Expand Down

0 comments on commit e3e0a24

Please sign in to comment.