From 33ea9b631bbb31a972965e770fa72b7fa2f5bd02 Mon Sep 17 00:00:00 2001 From: Alisina Bahadori Date: Wed, 23 Apr 2025 18:42:37 -0400 Subject: [PATCH] Update Libraries.tsx - Add Elixir Ethers --- src/components/Libraries.tsx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/components/Libraries.tsx b/src/components/Libraries.tsx index 96c27607..cc9a5272 100644 --- a/src/components/Libraries.tsx +++ b/src/components/Libraries.tsx @@ -1,6 +1,6 @@ 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 = { @@ -164,6 +164,18 @@ const ensLibraries: Language[] = [ }, ], }, + { + name: 'Elixir', + logo: , + libraries: [ + { + href: 'https://github.com/ExWeb3/elixir_ethers', + name: 'Ethers', + description: '', + logo: undefined, // - + }, + ], + }, ] // TODO: Make this a masonry grid