Skip to content

Commit

Permalink
TokenIcon: lowercase SVG files
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Apr 26, 2024
1 parent 8bef505 commit 0fd8907
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions frontend/uikit/src/TokenIcon/TokenIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import type { ComponentProps, ReactElement, ReactNode } from "react";
import type { ComponentProps, ReactElement } from "react";

import { Children } from "react";
import { css } from "../../styled-system/css";
import tokenBold from "./icons/BOLD.svg";
import tokenEth from "./icons/ETH.svg";
import tokenOseth from "./icons/OSETH.svg";
import tokenReth from "./icons/RETH.svg";
import tokenSweth from "./icons/SWETH.svg";
import tokenWsteth from "./icons/WSTETH.svg";
import tokenBold from "./icons/bold.svg";
import tokenEth from "./icons/eth.svg";
import tokenOseth from "./icons/oseth.svg";
import tokenReth from "./icons/reth.svg";
import tokenSweth from "./icons/sweth.svg";
import tokenWsteth from "./icons/wsteth.svg";

export type IconName = "BOLD" | "ETH" | "OSETH" | "RETH" | "SWETH" | "WSTETH";

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 0fd8907

Please sign in to comment.