From 4644cd7b0aba813329691cc7ff65206a159ca168 Mon Sep 17 00:00:00 2001 From: Ian Lapham Date: Thu, 27 Aug 2020 20:49:28 -0400 Subject: [PATCH] update missing logo icon (#1070) --- src/components/Logo/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Logo/index.tsx b/src/components/Logo/index.tsx index 6b8ab19170..05274392ae 100644 --- a/src/components/Logo/index.tsx +++ b/src/components/Logo/index.tsx @@ -1,5 +1,5 @@ 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 + return }