mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 04:30:31 +09:00
feat: add rubygems to welcome
This commit is contained in:
parent
a7215a326a
commit
48271c4ba2
@ -11,6 +11,7 @@ import { FaJsSquare } from 'react-icons/fa'
|
||||
import { FaAws } from 'react-icons/fa'
|
||||
import { FaTwitter } from 'react-icons/fa'
|
||||
import { FaSlack } from 'react-icons/fa'
|
||||
import { FaGem } from 'react-icons/fa'
|
||||
|
||||
import { mobile } from '../util/css'
|
||||
|
||||
@ -38,11 +39,14 @@ export default function Welcome() {
|
||||
<FaPython /> PyPI
|
||||
</ListItem>
|
||||
<ListItem>
|
||||
<IoIosBeer /> Homebrew
|
||||
<FaGem /> RubyGems
|
||||
</ListItem>
|
||||
<ListItem>
|
||||
<DiRust /> crates.io
|
||||
</ListItem>
|
||||
<ListItem>
|
||||
<IoIosBeer /> Homebrew
|
||||
</ListItem>
|
||||
<ListItem>
|
||||
<FaJsSquare /> js.org
|
||||
</ListItem>
|
||||
|
Loading…
x
Reference in New Issue
Block a user