Skip to content

Commit 6c3bea4

Browse files
authored
fix: Fix video animation icon (#5155)
## Description 1. What is this PR about (link the issue and add a short description) ## Steps for reproduction 1. click button 2. expect xyz ## Code Review - [ ] hi @kof, I need you to do - conceptual review (architecture, feature-correctness) - detailed review (read every line) - test it on preview ## Before requesting a review - [ ] made a self-review - [ ] added inline comments where things may be not obvious (the "why", not "what") ## Before merging - [ ] tested locally and on preview environment (preview dev login: 0000) - [ ] updated [test cases](https://github.com/webstudio-is/webstudio/blob/main/apps/builder/docs/test-cases.md) document - [ ] added tests - [ ] if any new env variables are added, added them to `.env` file
1 parent 95e6550 commit 6c3bea4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

packages/sdk-components-animation/src/video-animation.template.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
import { $, type TemplateMeta } from "@webstudio-is/template";
2-
import { YoutubeIcon } from "@webstudio-is/icons/svg";
32
import { animation } from "./shared/proxy";
43

54
export const meta: TemplateMeta = {
65
category: "animations",
76
description: "Video Animation",
87
order: 2,
9-
icon: YoutubeIcon,
10-
118
template: (
129
<animation.VideoAnimation>
1310
<$.Video

packages/sdk-components-animation/src/video-animation.ws.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { props } from "./__generated__/video-animation.props";
55
export const meta: WsComponentMeta = {
66
icon: PlayIcon,
77
label: "Video Animation",
8-
order: 3,
98
contentModel: {
109
category: "none",
1110
children: ["instance"],

0 commit comments

Comments
 (0)