diff --git a/components/LeftSidebar.vue b/components/LeftSidebar.vue index 97af62c4..4b6f398b 100644 --- a/components/LeftSidebar.vue +++ b/components/LeftSidebar.vue @@ -95,7 +95,7 @@ const mainLinks = reactive([ name: "Ecosystem", path: "/stats?tab=ecosystem", queryParam: {tab: "ecosystem"}, - show: true, + show: false, // show: isMainnet(), }, ], diff --git a/components/OgImage/AddressImage.vue b/components/OgImage/AddressImage.vue index 460fb6f0..1ff53edd 100644 --- a/components/OgImage/AddressImage.vue +++ b/components/OgImage/AddressImage.vue @@ -17,9 +17,6 @@ const props = defineProps({ const bgStyles = computed(() => { return { style: { - position: "absolute", - top: "0", - left: "0", filter: "grayscale(1)", opacity: "0.05", }, @@ -28,8 +25,8 @@ const bgStyles = computed(() => {