Skip to content

Commit 6935a4b

Browse files
committed
fix: missplaced backticks
1 parent 7c7bfdc commit 6935a4b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

api/carousel.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,7 @@ export default async function handler(req, res) {
252252
</clipPath>
253253
</defs>
254254
<rect width="${W}" height="${H}" fill="transparent"/>
255-
<g clip-path="url(#carouselClip)">
256-
`;
255+
<g clip-path="url(#carouselClip)">`;
257256

258257
slideSvgs.forEach((slide, idx) => {
259258
const anim = generateAnimationForSlide(
@@ -300,8 +299,7 @@ export default async function handler(req, res) {
300299
fill="freeze"
301300
/>
302301
</g>
303-
</g>
304-
`;
302+
</g>`;
305303
});
306304

307305
svg += ` </g>\n</svg>`;

0 commit comments

Comments
 (0)