Skip to content

Commit

Permalink
update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
codenamejason committed Jun 17, 2024
1 parent 4960090 commit b1f4c6c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
24 changes: 24 additions & 0 deletions packages/round-manager/src/assets/explorer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ViewGrantsExplorerButtonType } from "./types";
import { ReactComponent as GrantExplorerLogo } from "../../assets/grantexplorer-icon.svg";
import { ReactComponent as GrantExplorerLogo } from "../../assets/explorer.svg";

export function ViewGrantsExplorerButton(props: ViewGrantsExplorerButtonType) {
const { chainId, roundId } = props;
Expand All @@ -26,7 +26,6 @@ export function ViewGrantsExplorerButton(props: ViewGrantsExplorerButtonType) {
}}
data-testid="round-explorer"
>
{/* todo: update icon for expolorer */}
<GrantExplorerLogo className={props.iconStyle} aria-hidden="true" />
<span className="text-xs font-mono ml-2">View round</span>
</span>
Expand Down

0 comments on commit b1f4c6c

Please sign in to comment.