Skip to content

Commit

Permalink
feat(logos): add uniswap (#88)
Browse files Browse the repository at this point in the history
Signed-off-by: james-a-morris <[email protected]>
  • Loading branch information
james-a-morris authored Dec 3, 2024
1 parent 9c6a317 commit 18262cc
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/app/_assets/logos/uniswap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/app/_components/partners-ticker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import xyLogoSrc from "@/app/_assets/logos/xy.svg";
import tahoLogoSrc from "@/app/_assets/logos/taho.svg";
import swingLogoSrc from "@/app/_assets/logos/swing.svg";
import metamaskLogoSrc from "@/app/_assets/logos/metamask.svg";
import uniswapLogoSrc from "@/app/_assets/logos/uniswap.svg";

const partners = [
{
Expand Down Expand Up @@ -64,6 +65,9 @@ const partners = [
{
logo: <Image src={socketLogoSrc} alt="socket logo" />,
},
{
logo: <Image src={uniswapLogoSrc} alt="uniswap logo" />,
},
];

export function PartnersTicker() {
Expand Down

0 comments on commit 18262cc

Please sign in to comment.