Skip to content

Commit

Permalink
Added wagmi to tools in the landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
SaTiSH-K-R authored and kuzdogan committed Mar 13, 2023
1 parent 3c13af8 commit dd71fb9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Binary file added ui/src/assets/integrations/wagmi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion ui/src/pages/LandingPage/ToolsPlugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import HardhatDeploy from "../../assets/integrations/hardhat-deploy";
import remix from "../../assets/integrations/remix.png";
import foundry from "../../assets/integrations/foundry.png";
import truffle from "../../assets/integrations/truffle.png";
import wagmi from "../../assets/integrations/wagmi.png";
import AppIconName from "../../components/AppIconName";

export default function ToolsPlugin() {
Expand All @@ -11,7 +12,7 @@ export default function ToolsPlugin() {
<h2 className="text-2xl text-ceruleanBlue-500 font-semibold">
Frameworks & Plugins
</h2>
<div className="flex justify-center md:justify-start flex-row mt-8 logos-container">
<div className="flex justify-center md:justify-start flex-row mt-8 flex-wrap logos-container">
<AppIconName
img={foundry}
name="Foundry"
Expand All @@ -32,6 +33,11 @@ export default function ToolsPlugin() {
name="truflle-plugin-verify"
href="https://github.com/rkalis/truffle-plugin-verify"
/>
<AppIconName
img={wagmi}
name='Wagmi'
href="https://wagmi.sh/cli/plugins/sourcify"
/>
</div>
</div>
);
Expand Down

0 comments on commit dd71fb9

Please sign in to comment.