Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hyifeng committed Jun 24, 2024
1 parent a187727 commit 3fe5beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/src/components/User/Username.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import TextMinor from "../TextMinor";
import { useDisablePopup } from "../../utils/hooks";
import { truncate } from "../../styles/tailwindcss";
import { KNOWN_ADDR_MATCHERS } from "../../utils/knownAddr";
import { ReactComponent as IdentitySpecial } from "../Icon/identity-special.svg";
import IdentitySpecial from "../Icon/identity-special.svg";
import Tooltip from "../Tooltip";
import { p_12_medium } from "../../styles/text";

Expand Down Expand Up @@ -75,7 +75,7 @@ const Username = ({ address, name, ellipsis, popup, popupContent, noLink }) => {
<SpecialAccountWrapper>
{knownAddr && (
<Tooltip tooltipContent={<Text>Special account</Text>}>
<IdentitySpecial />
<img src={IdentitySpecial} alt="special" width={12} height={12} />
</Tooltip>
)}
<Popup
Expand Down

0 comments on commit 3fe5beb

Please sign in to comment.