Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jackahl committed Oct 1, 2024
1 parent adb45ad commit 38e79ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`renders an edit video block component 1`] = `
className="video-inner"
>
<div
className="ui embed video-embed 16:9 foo"
className="ui embed video-embed 16:9"
>
<img
alt=""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`renders a view video component 1`] = `
className="video-inner"
>
<div
className="ui embed video-embed 16:9 foo"
className="ui embed video-embed 16:9"
>
<img
alt=""
Expand Down Expand Up @@ -52,7 +52,7 @@ exports[`renders a view video component with placeholder 1`] = `
className="video-inner"
>
<div
className="ui embed video-embed 16:9 foo"
className="ui embed video-embed 16:9"
>
<img
alt=""
Expand Down

0 comments on commit 38e79ff

Please sign in to comment.