diff --git a/src/nginxconfig/templates/callouts/contribute.vue b/src/nginxconfig/templates/callouts/contribute.vue index 459c69ee..c1b1b5e7 100644 --- a/src/nginxconfig/templates/callouts/contribute.vue +++ b/src/nginxconfig/templates/callouts/contribute.vue @@ -66,7 +66,7 @@ THE SOFTWARE. style() { const nonVisibleStyle = { opacity: 0, - pointerEvents: 'none', + pointerEvents: "none", }; return this.visible ? undefined : nonVisibleStyle;