Skip to content

Commit 336b96d

Browse files
authored
Merge pull request #37 from firstcontributions/add-badges-for-HTML-CSS-makrdown
add badge icons for HTML, CSS and Markdown
2 parents afb33f5 + 23294ed commit 336b96d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/UserDetails/Badges/BadgeIcon.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ import { SiRuby } from '@react-icons/all-files/si/SiRuby'
99
import { SiRust } from '@react-icons/all-files/si/SiRust'
1010
import { SiGnubash } from '@react-icons/all-files/si/SiGnubash'
1111
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'
1215
import React from 'react'
1316

1417
const iconMap = {
@@ -23,6 +26,9 @@ const iconMap = {
2326
Rust: <SiRust />,
2427
'Unix Sell': <SiGnubash />,
2528
PHP: <SiPhp />,
29+
HTML: <SiHtml5 />,
30+
CSS: <SiCsswizardry />,
31+
Markdown: <SiMarkdown />,
2632
}
2733

2834
export type LanguageName = keyof typeof iconMap

0 commit comments

Comments
 (0)