SwaprHQ / swapr-dapp

DEX meta agregator
https://swapr.eth.limo/
GNU General Public License v3.0
49 stars 57 forks source link

[SWA-64] Rearrange header #1834

Closed 0xVenky closed 1 year ago

0xVenky commented 1 year ago

Fixes: SWA-64

Description

Update the header. Move bridge near Swap. Add DCA to header

image

image

How to test the changes

Check if DCA is seen and accessible

netlify[bot] commented 1 year ago

Deploy Preview for swapr ready!

Name Link
Latest commit 7a612bf68df6216c46bc6b083bc7f877b6726a27
Latest deploy log https://app.netlify.com/sites/swapr/deploys/6475cc3e37cab70008fa9e45
Deploy Preview https://deploy-preview-1834--swapr.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

NelsonGaldeman commented 1 year ago

nit: Just one little comment regarding commit messages: https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716

tested it and works

berteotti commented 1 year ago

nit: Just one little comment regarding commit messages: https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716

tested it and works

Agree. @0xVenky you can edit the commit or squash it with a new commit message. I suggest the first one so we can approve :)

wixzi commented 1 year ago

You can use vs code interactive rebase to develop branch and do a reword and fix the commit message. git rebase -i develop

https://dev.to/colbygarland/using-vs-code-to-git-rebase-1lc