File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/components/UserDetails/Badges Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ import { SiRuby } from '@react-icons/all-files/si/SiRuby'
9
9
import { SiRust } from '@react-icons/all-files/si/SiRust'
10
10
import { SiGnubash } from '@react-icons/all-files/si/SiGnubash'
11
11
import { SiPhp } from '@react-icons/all-files/si/SiPhp'
12
+ import { SiHtml5 } from '@react-icons/all-files/si/SiHtml5'
13
+ import { SiCsswizardry } from '@react-icons/all-files/si/SiCsswizardry'
14
+ import { SiMarkdown } from '@react-icons/all-files/si/SiMarkdown'
12
15
import React from 'react'
13
16
14
17
const iconMap = {
@@ -23,6 +26,9 @@ const iconMap = {
23
26
Rust : < SiRust /> ,
24
27
'Unix Sell' : < SiGnubash /> ,
25
28
PHP : < SiPhp /> ,
29
+ HTML : < SiHtml5 /> ,
30
+ CSS : < SiCsswizardry /> ,
31
+ Markdown : < SiMarkdown /> ,
26
32
}
27
33
28
34
export type LanguageName = keyof typeof iconMap
You can’t perform that action at this time.
0 commit comments