1
0
mirror of https://github.com/sendevia/website.git synced 2026-03-05 23:32:45 +08:00

fix(Header): hide SVG element

This commit is contained in:
2026-02-08 21:25:26 +08:00
parent 5faa7e4220
commit fff5f3ba2b

View File

@@ -260,7 +260,7 @@ onUnmounted(() => {
</template>
<template v-else>
<ClientOnly>
<svg width="0" height="0">
<svg width="0" height="0" style="display: none">
<defs>
<filter id="noise-filter" x="0" y="0" width="100%" height="100%">
<feTurbulence