diff --git a/src/assets/img/lfgm.svg b/src/assets/img/lfgm.svg deleted file mode 100644 index 172625914..000000000 --- a/src/assets/img/lfgm.svg +++ /dev/null @@ -1,268 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/components/header/mobile/MobileNav.vue b/src/components/header/mobile/MobileNav.vue index 36b6d0210..a6732bd3a 100644 --- a/src/components/header/mobile/MobileNav.vue +++ b/src/components/header/mobile/MobileNav.vue @@ -58,6 +58,7 @@ Surge +
@@ -97,6 +98,7 @@ import { providerEndpoints } from 'src/config/chainEndpoints'; import { useBreakpoints, useGovernance, useNetworkInfo } from 'src/hooks'; import { socialUrl, surgeUrl } from 'src/links'; import { Path as RoutePath } from 'src/router/routes'; +import { socialUrl } from 'src/links'; import { useStore } from 'src/store'; import { computed, defineComponent, ref } from 'vue'; import { useRouter } from 'vue-router'; diff --git a/src/components/sidenav/SidebarDesktop.vue b/src/components/sidenav/SidebarDesktop.vue index 8a49904c3..baf5e4a20 100644 --- a/src/components/sidenav/SidebarDesktop.vue +++ b/src/components/sidenav/SidebarDesktop.vue @@ -116,6 +116,7 @@ import { useRouter } from 'vue-router'; import Logo from '../common/Logo.vue'; import SidebarOptionDesktop from './SidebarOptionDesktop.vue'; import IconEcosystem from './components/IconEcosystem.vue'; +import { socialUrl } from 'src/links'; export default defineComponent({ components: { diff --git a/src/components/sidenav/styles/sidebar-desktop.scss b/src/components/sidenav/styles/sidebar-desktop.scss index caaf723dc..9f86578a2 100644 --- a/src/components/sidenav/styles/sidebar-desktop.scss +++ b/src/components/sidenav/styles/sidebar-desktop.scss @@ -96,18 +96,16 @@ margin-left: 24px; } -// adding -120px to the margin-top to adjust the position because of the lgfm logo .menu__assets { margin-top: calc(-276px - 158px); - &.governance_activated { margin-top: calc(-276px - 158px - 46px); + } } .menu__dashboard { margin-top: calc(-230px - 158px); - &.governance_activated { margin-top: calc(-230px - 158px - 46px); } @@ -115,7 +113,6 @@ .menu__staking { margin-top: calc(-184px - 158px); - &.governance_activated { margin-top: calc(-184px - 158px - 46px); } @@ -169,3 +166,4 @@ .surge:hover { background: black; } +