Skip to content

Commit 33ea9b6

Browse files
committed
Update Libraries.tsx - Add Elixir Ethers
1 parent 9743aed commit 33ea9b6

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/components/Libraries.tsx

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ReactNode } from 'react'
22
import { FaJava, FaReact, FaRust } from 'react-icons/fa'
3-
import { SiDelphi, SiKotlin, SiNuget, SiPython } from 'react-icons/si'
3+
import { SiDelphi, SiElixir, SiKotlin, SiNuget, SiPython } from 'react-icons/si';
44
import { TbBrandGolang, TbBrandJavascript } from 'react-icons/tb'
55

66
type Language = {
@@ -164,6 +164,18 @@ const ensLibraries: Language[] = [
164164
},
165165
],
166166
},
167+
{
168+
name: 'Elixir',
169+
logo: <SiElixir />,
170+
libraries: [
171+
{
172+
href: 'https://github.com/ExWeb3/elixir_ethers',
173+
name: 'Ethers',
174+
description: '',
175+
logo: undefined, // -
176+
},
177+
],
178+
},
167179
]
168180

169181
// TODO: Make this a masonry grid

0 commit comments

Comments
 (0)