Commit 4644cd7b authored by Ian Lapham's avatar Ian Lapham Committed by GitHub

update missing logo icon (#1070)

parent 9ddedd8d
import React, { useState } from 'react'
import { AlertTriangle } from 'react-feather'
import { HelpCircle } from 'react-feather'
import { ImageProps } from 'rebass'
const BAD_SRCS: { [tokenAddress: string]: true } = {}
......@@ -30,5 +30,5 @@ export default function Logo({ srcs, alt, ...rest }: LogoProps) {
)
}
return <AlertTriangle {...rest} />
return <HelpCircle {...rest} />
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment