Commit f7e5629a authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Remove Canny from footer section (#2442)

parent 820d0096
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.283 14.602a1.13 1.13 0 0 1 1.231-1.024c.62.057 1.081.608 1.024 1.231a7.455 7.455 0 0 1-7.465 6.79c-4.143 0-7.513-3.357-7.513-7.482V9.883c0-4.126 3.37-7.483 7.513-7.483 3.84 0 7.125 2.981 7.48 6.79a1.132 1.132 0 1 1-2.255.208c-.247-2.653-2.542-4.734-5.225-4.734-2.89 0-5.245 2.343-5.245 5.219v4.234c0 2.879 2.351 5.218 5.245 5.218 2.677 0 4.966-2.077 5.21-4.733ZM8.763 9a3.447 3.447 0 0 1 3.32-2.55c1.562 0 2.93 1.05 3.32 2.559a1.135 1.135 0 0 1-.81 1.382 1.135 1.135 0 0 1-1.382-.81 1.165 1.165 0 0 0-1.132-.867c-.527 0-.99.358-1.129.873a1.133 1.133 0 0 1-1.385.8A1.132 1.132 0 0 1 8.764 9Z" fill="currentColor"/>
</svg>
...@@ -127,7 +127,6 @@ ...@@ -127,7 +127,6 @@
| "search" | "search"
| "share" | "share"
| "sign_out" | "sign_out"
| "social/canny"
| "social/coingecko" | "social/coingecko"
| "social/coinmarketcap" | "social/coinmarketcap"
| "social/defi_llama" | "social/defi_llama"
......
...@@ -42,12 +42,6 @@ const Footer = () => { ...@@ -42,12 +42,6 @@ const Footer = () => {
text: 'Submit an issue', text: 'Submit an issue',
url: issueUrl, url: issueUrl,
}, },
{
icon: 'social/canny' as const,
iconSize: '20px',
text: 'Feature request',
url: 'https://blockscout.canny.io/feature-requests',
},
{ {
icon: 'social/git' as const, icon: 'social/git' as const,
iconSize: '18px', iconSize: '18px',
...@@ -230,8 +224,8 @@ const Footer = () => { ...@@ -230,8 +224,8 @@ const Footer = () => {
gap={ 1 } gap={ 1 }
gridTemplateColumns={{ gridTemplateColumns={{
base: 'repeat(auto-fill, 160px)', base: 'repeat(auto-fill, 160px)',
lg: 'repeat(3, 160px)', lg: 'repeat(2, 160px)',
xl: 'repeat(4, 160px)', xl: 'repeat(3, 160px)',
}} }}
gridTemplateRows={{ gridTemplateRows={{
base: 'auto', base: 'auto',
......
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