mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 21:05:29 -04:00
more optimization/error handling
This commit is contained in:
@@ -42,6 +42,8 @@ const Loading = ({ width, boxes = 3, timing = 0.1, css, ...rest }: LoadingProps)
|
||||
key={i}
|
||||
css={{
|
||||
width: `${width / (boxes + 1)}px`,
|
||||
}}
|
||||
style={{
|
||||
animationDelay: `${i * timing}s`,
|
||||
}}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user