Commit 5ddb5658 authored by Jordan Frankfurt's avatar Jordan Frankfurt Committed by GitHub

feat: add feedback link to ... menu (#5933)

add feedback link to ... menu
parent f0b4b92b
...@@ -166,6 +166,9 @@ export const MenuDropdown = () => { ...@@ -166,6 +166,9 @@ export const MenuDropdown = () => {
<SecondaryLinkedText href="https://docs.uniswap.org/"> <SecondaryLinkedText href="https://docs.uniswap.org/">
<Trans>Documentation</Trans> <Trans>Documentation</Trans>
</SecondaryLinkedText> </SecondaryLinkedText>
<SecondaryLinkedText href="https://uniswap.canny.io/feature-requests">
<Trans>Feedback</Trans>
</SecondaryLinkedText>
<SecondaryLinkedText <SecondaryLinkedText
onClick={() => { onClick={() => {
toggleOpen() toggleOpen()
......
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