fix unused components still loading on posts

This commit is contained in:
2022-01-06 09:10:25 -05:00
parent b29a2b8756
commit 6b756a54c1
9 changed files with 131 additions and 129 deletions
-1
View File
@@ -24,7 +24,6 @@ const Loading = ({ boxes = 3, timing = 0.1, width }: Props) => {
background-color: var(--medium-light);
}
/* modified from https://tobiasahlin.com/spinkit/ */
@keyframes loading {
0%,
80%,