diff options
| author | lonkaars <loek@pipeframe.xyz> | 2021-05-12 12:43:19 +0200 | 
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2021-05-12 12:43:19 +0200 | 
| commit | fb26495ab3dffcc9b49d7a7bd9714b5b805ddcb7 (patch) | |
| tree | de3402d8a4a266db574a6c4099d0965229076902 /components | |
| parent | f0fdde53c249241de47f00206f7ebc2e8510adc1 (diff) | |
present screen working-ish
Diffstat (limited to 'components')
| -rw-r--r-- | components/loop.tsx | 2 | 
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>;  } |