diff --git a/app/src/components/Libraries.tsx b/app/src/components/Libraries.tsx index 81f7d6bd..79ac304a 100644 --- a/app/src/components/Libraries.tsx +++ b/app/src/components/Libraries.tsx @@ -1,7 +1,7 @@ import Link from 'next/link'; import { ReactNode } from 'react'; import { FaJava, FaReact, FaRust } from 'react-icons/fa'; -import { SiDelphi, SiKotlin, SiNuget, SiPython } from 'react-icons/si'; +import { SiDelphi, SiElixir, SiKotlin, SiNuget, SiPython } from 'react-icons/si'; import { TbBrandGolang, TbBrandJavascript } from 'react-icons/tb'; type Language = { @@ -165,6 +165,18 @@ export const ensLibraries: Language[] = [ }, ], }, + { + name: 'Elixir', + logo: , + libraries: [ + { + href: 'https://github.com/ExWeb3/elixir_ethers', + name: 'Ethers', + description: '', + logo: undefined, // - + }, + ], + }, ]; export function Libraries() {