Skip to content

Commit

Permalink
feat(knowledge): add "Bun" on "Back-end development" list
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Feb 20, 2024
1 parent 3e1b189 commit 1badd0c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/app/about/sections/knowledge/knowledge-categories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ import {
SiCloudflare,
SiPlanetscale,
SiHeroku,
SiSvelte
SiSvelte,
SiBun
} from 'react-icons/si'
import { FaJava, FaPhoenixFramework } from 'react-icons/fa'

Expand Down Expand Up @@ -213,6 +214,12 @@ export const knowledgeCategories: {
icon: SiDeno,
color: '#FFFFFF'
},
{
title: 'Bun',
status: 'god',
icon: SiBun,
color: '#FBF0DF'
},
{
title: 'Prisma',
status: 'god',
Expand Down

0 comments on commit 1badd0c

Please sign in to comment.