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
}