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(() => {