aboutsummaryrefslogtreecommitdiff
path: root/components/loop.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'components/loop.tsx')
-rw-r--r--components/loop.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/loop.tsx b/components/loop.tsx
index beaf019..ec45c08 100644
--- a/components/loop.tsx
+++ b/components/loop.tsx
@@ -5,7 +5,7 @@ export default function Loop(props: {
}) {
return <div style={{ width: props.width }} className='loop'>
<SlideKeyframe type='loop' />
- <div className='connector' />
+ <div className='connector dispinbl' />
<SlideKeyframe type='loop' loopEnd />
</div>;
}