Skip to content

Commit

Permalink
fix asset issue and update the footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
nahbee10 committed Dec 11, 2024
1 parent c1ec5cd commit c955846
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 52 deletions.
37 changes: 23 additions & 14 deletions assets/shared-bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions assets/tailwind-output.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Copenhagen",
"author": "Sanctuary Computer",
"version": "4.2.22",
"version": "4.2.23",
"api_version": 4,
"default_locale": "en-us",
"settings": [
Expand Down
26 changes: 13 additions & 13 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
display: block;
position: absolute;
content: '';
background-image: url('../assets/right-arrow-light.svg');
background-image: var(--right-arrow-path-dark);
background-size: 1.5rem 1.5rem;
height: 1.5rem;
width: 1.5rem;
Expand Down
32 changes: 14 additions & 18 deletions templates/footer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,40 +15,36 @@
footerDiscordLink: 'https://discord.com/invite/uniswap',
footerLinksSupport: [
{
name: 'Uniswap web app',
url: '/categories/8122316887181-Uniswap-web-app',
name: 'Frequently Asked Questions',
url: '/hc/en-us/categories/32172688959117-Frequently-Asked-Questions',
},
{
name: 'Uniswap Extension',
url: '/categories/25219141467405-Uniswap-Extension',
name: 'Getting Started Guides',
url: '/hc/en-us/categories/32174051347341-Getting-Started-Guides',
},
{
name: 'Uniswap Wallet',
url: '/categories/11301970439565-Uniswap-Wallet',
},
{
name: 'Limit orders',
url: '/categories/24325247851917-Limit-orders',
url: '/hc/en-us/categories/11301970439565-Uniswap-Wallet',
},
{
name: 'UniswapX',
url: '/categories/17081597600525-UniswapX',
name: 'Uniswap Extension',
url: '/hc/en-us/categories/25219141467405-Uniswap-Extension',
},
{
name: 'Liquidity',
url: '/categories/8122334631437-Liquidity',
name: 'Sending and Swapping',
url: '/hc/en-us/categories/32352201739021-Sending-and-Swapping',
},
{
name: 'Networks',
url: '/categories/14366725384845-Networks',
name: 'Deep Dives and Troubleshooting',
url: '/hc/en-us/categories/32174144727565-Deep-Dives-and-Troubleshooting',
},
{
name: 'Buying Crypto',
url: '/categories/11302011603341-Buying-Crypto',
name: 'Crypto Security and Scams',
url: '/hc/en-us/categories/32456997609229-Crypto-Security-and-Scams',
},
{
name: 'General',
url: '/categories/5685161551629-General',
url: '/hc/en-us/categories/5685161551629-General',
},
],
footerLinksHelp: [
Expand Down

0 comments on commit c955846

Please sign in to comment.