Skip to content

Commit 9ff28d7

Browse files
committed
Fix meta
1 parent f090b7b commit 9ff28d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Web/Meta/x-meta-image.view.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</head>
1616
<body class="bg-[#333] flex justify-center items-center">
1717
<div class="w-[1200px] h-[628px] flex justify-center items-center text-(--ui-text) bg-[#f1f7ff] relative">
18-
<div class="absolute inset-0 overflow-hidden pointer-events-none z-[-1]" :class="$class">
18+
<div class="absolute inset-0 overflow-hidden pointer-events-none z-[-1]" :class="$class ?? null">
1919
<div class="
2020
[--color-white-gradient:repeating-linear-gradient(100deg,white_0%,white_7%,transparent_10%,transparent_12%,white_16%)]
2121
[--color-aurora-gradient:repeating-linear-gradient(100deg,var(--color-aurora-1)_10%,var(--color-aurora-2)_15%,var(--color-aurora-3)_20%,var(--color-aurora-4)_25%,var(--color-aurora-5)_30%)]

0 commit comments

Comments
 (0)