diff --git a/webapp/components/ContributionForm/ContributionForm.spec.js b/webapp/components/ContributionForm/ContributionForm.spec.js
index 3815fd4e4..adb3a2dca 100644
--- a/webapp/components/ContributionForm/ContributionForm.spec.js
+++ b/webapp/components/ContributionForm/ContributionForm.spec.js
@@ -199,6 +199,7 @@ describe('ContributionForm.vue', () => {
categoryIds: ['cat12'],
imageUpload: null,
image: null,
+ checkedBlur: false,
},
}
postTitleInput = wrapper.find('.ds-input')
diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue
index 4eb6ce4b9..1d91b9359 100644
--- a/webapp/components/ContributionForm/ContributionForm.vue
+++ b/webapp/components/ContributionForm/ContributionForm.vue
@@ -23,7 +23,7 @@
diff --git a/webapp/pages/post/_id/_slug/index.vue b/webapp/pages/post/_id/_slug/index.vue
index b83b0a478..32e76c067 100644
--- a/webapp/pages/post/_id/_slug/index.vue
+++ b/webapp/pages/post/_id/_slug/index.vue
@@ -18,6 +18,13 @@
primary
@click.prevent="unBlur"
>
+
![]()