Skip to content

Commit ce21c44

Browse files
antfuclaude
andauthored
fix: use compatible radial-gradient syntax in OG image component (#959)
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent b358207 commit ce21c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/app/components/OgImage/OgImageDocs.takumi.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defineProps({
2323
<template>
2424
<div class="h-full w-full flex flex-col items-start justify-between bg-[#020420] p-20 pb-16 pt-32">
2525
<div
26-
style="position: absolute;width: 1156px;height: 1000px;left: -215px;top: -337px;background: radial-gradient(50% 50% at 50% 50%, #00DC82 0%, rgba(0, 220, 130, 0) 100%);filter: blur(180.5px);opacity: 0.5;"
26+
style="position: absolute;width: 1156px;height: 1000px;left: -215px;top: -337px;background-image: radial-gradient(circle at 50% 50%, #00DC82 0%, rgba(0, 220, 130, 0) 100%);filter: blur(180.5px);opacity: 0.5;"
2727
/>
2828
<div>
2929
<h1 class="mb-4 flex items-center text-8xl text-white">

0 commit comments

Comments
 (0)