-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from DevBigEazi/staging
Staging
- Loading branch information
Showing
31 changed files
with
695 additions
and
18 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
import crossSmall from '../assets/icons/cross-small.png'; | ||
import fullLogoBlue from '../assets/icons/full_logo_blue.png'; | ||
import linkedin from '../assets/icons/linkedin.png'; | ||
import logoBlue from '../assets/icons/logo_blue.png'; | ||
import menuBurger from '../assets/icons/menu-burger.png'; | ||
import telegram from '../assets/icons/telegram.png'; | ||
import x from '../assets/icons/x.png'; | ||
import crossSmall from '../assets/icons/cross-small.svg'; | ||
import fullLogoBlue from '../assets/icons/full-logo-blue.svg'; | ||
import linkedin from '../assets/icons/linkedin.svg'; | ||
import logoBlue from '../assets/icons/logo-blue.svg'; | ||
import menuBurger from '../assets/icons/menu-burger.svg'; | ||
import telegram from '../assets/icons/telegram.svg'; | ||
import x from '../assets/icons/x.svg'; | ||
|
||
export default { crossSmall, fullLogoBlue, linkedin, logoBlue, menuBurger, telegram, x }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
import balanceDesktop from '../assets/images/balance-desktop.png'; | ||
import balanceMobile from '../assets/images/balance-mobile.png'; | ||
import heroDesktop from '../assets/images/hero-desktop.png'; | ||
import heroMobile from '../assets/images/hero-mobile.png'; | ||
import swapDesktop from '../assets/images/swap-desktop.png'; | ||
import swapMobile from '../assets/images/swap-mobile.png'; | ||
import swap from '../assets/images/swap.png'; | ||
import balanceDesktop from '../assets/images/balance-desktop.svg'; | ||
import balanceMobile from '../assets/images/balance-mobile.svg'; | ||
import heroDesktop from '../assets/images/hero-desktop.svg'; | ||
import heroMobile from '../assets/images/hero-mobile.svg'; | ||
import swapDesktop from '../assets/images/swap-desktop.svg'; | ||
import swapMobile from '../assets/images/swap-mobile.svg'; | ||
|
||
|
||
|
||
export default { balanceDesktop, balanceMobile, heroDesktop, heroMobile, swapDesktop, swapMobile, swap }; | ||
export default { balanceDesktop, balanceMobile, heroDesktop, heroMobile, swapDesktop, swapMobile, }; |