From d18fe17f42abf100fe2fb43d8dc6eb14a886e675 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Fri, 15 Sep 2023 11:25:54 +0200 Subject: [PATCH] Linting --- site/source/components/ui/Skeleton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/source/components/ui/Skeleton.tsx b/site/source/components/ui/Skeleton.tsx index 4d8471254..f2a25ab0c 100644 --- a/site/source/components/ui/Skeleton.tsx +++ b/site/source/components/ui/Skeleton.tsx @@ -36,4 +36,4 @@ const StyledSpan = styled.span` display: inline-block; line-height: 1; animation: ${skeletonKeyframes} 1.2s ease-in-out infinite; -` \ No newline at end of file +`