diff --git a/app/assets/images/release-assets/migration-dark.svg b/app/assets/images/release-assets/migration-dark.svg index 29c386bde..f029979f8 100644 --- a/app/assets/images/release-assets/migration-dark.svg +++ b/app/assets/images/release-assets/migration-dark.svg @@ -1,9 +1,3 @@ - - - Bitmap - - - - - - \ No newline at end of file + + + diff --git a/app/assets/images/release-assets/n3_support_dark.png b/app/assets/images/release-assets/n3_support_dark.png new file mode 100644 index 000000000..070789d9f Binary files /dev/null and b/app/assets/images/release-assets/n3_support_dark.png differ diff --git a/app/assets/images/release-assets/n3_support_dark.svg b/app/assets/images/release-assets/n3_support_dark.svg deleted file mode 100644 index 248ac58e9..000000000 --- a/app/assets/images/release-assets/n3_support_dark.svg +++ /dev/null @@ -1,34 +0,0 @@ - - - Group 8 - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/assets/images/release-assets/n3_support_light.png b/app/assets/images/release-assets/n3_support_light.png new file mode 100644 index 000000000..939a37976 Binary files /dev/null and b/app/assets/images/release-assets/n3_support_light.png differ diff --git a/app/assets/images/release-assets/n3_support_light.svg b/app/assets/images/release-assets/n3_support_light.svg deleted file mode 100644 index 632b58e41..000000000 --- a/app/assets/images/release-assets/n3_support_light.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - Group 5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/assets/images/release-assets/patch-dark.svg b/app/assets/images/release-assets/patch-dark.svg index 02d37ea6a..2dfccc735 100644 --- a/app/assets/images/release-assets/patch-dark.svg +++ b/app/assets/images/release-assets/patch-dark.svg @@ -1,235 +1,197 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/components/Modals/ReleaseNotesModal/ReleaseNotesModal.jsx b/app/components/Modals/ReleaseNotesModal/ReleaseNotesModal.jsx index a5422c139..5caf34959 100644 --- a/app/components/Modals/ReleaseNotesModal/ReleaseNotesModal.jsx +++ b/app/components/Modals/ReleaseNotesModal/ReleaseNotesModal.jsx @@ -12,8 +12,8 @@ import Github from '../../../assets/images/release-assets/github.svg' import PatchLight from '../../../assets/images/release-assets/patch-light.svg' import PatchDark from '../../../assets/images/release-assets/patch-dark.svg' -import N3SupportLight from '../../../assets/images/release-assets/n3_support_light.svg' -import N3SupportDark from '../../../assets/images/release-assets/n3_support_dark.svg' +import N3SupportLight from '../../../assets/images/release-assets/n3_support_light.png' +import N3SupportDark from '../../../assets/images/release-assets/n3_support_dark.png' import MigrationLight from '../../../assets/images/release-assets/migration-light.svg' import MigrationDark from '../../../assets/images/release-assets/migration-dark.svg' @@ -73,7 +73,6 @@ export const ReleaseNotes = ({ theme }: { theme: string }) => ( In this release you will find the following updates:

- {/* eslint-disable-next-line */}
  • Implements wallet connect support
  • Major dependency updates

  • @@ -107,7 +106,6 @@ export const ReleaseNotes = ({ theme }: { theme: string }) => ( In this release you will find the following updates:

    - {/* eslint-disable-next-line */}
  • Implements ledger support for Neo N3
  • Allows ledger users to migrate from Neo Legacy to Neo N3

  • @@ -136,7 +134,6 @@ export const ReleaseNotes = ({ theme }: { theme: string }) => ( In this release you will find the following updates:

    - {/* eslint-disable-next-line */}
  • Support for asset migration to N3
  • Support for Neo Legacy TestNet

  • @@ -165,8 +162,12 @@ export const ReleaseNotes = ({ theme }: { theme: string }) => ( In this release you will find the following updates:

    - {/* eslint-disable-next-line */} -
  • Support for Neo (N3) MainNet and TestNet 🎉
  • +
  • + Support for Neo (N3) MainNet and TestNet{' '} + + 🎉 + {' '} +
  • Under the hood dependency updates
  • Performance enhancements

  • @@ -183,7 +184,11 @@ export const ReleaseNotes = ({ theme }: { theme: string }) => ( />
    - {theme === 'Light' ? : } + {theme === 'Light' ? ( + + ) : ( + + )}