Skip to content

Commit

Permalink
Prevent looping
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Jul 17, 2023
1 parent 393b167 commit 0b076fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ function App() {
"type": "video",
"hasShadow": false,
"controls": true,
"loop": false,
"sources":
[
{
Expand Down Expand Up @@ -140,7 +141,7 @@ function App() {
<GlCheckList
className={css({ "marginTop": 0 })}
heading="Why TSS?"
subHeading="Why this styling solution instead of the [2261 others](https://www.npmjs.com/search?q=css-in-js)?"
subHeading="...instead of the [2261 others](https://www.npmjs.com/search?q=css-in-js) styling solutions?"
hasAnimation={true}
elements={[
{
Expand Down

0 comments on commit 0b076fd

Please sign in to comment.