From 319c3e7de89135aa43341320d0695f101bc52c72 Mon Sep 17 00:00:00 2001 From: kaniwow Date: Thu, 3 Nov 2022 11:53:49 +0800 Subject: feat: correct quotation marks --- src/components/Loading2.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Loading2.tsx') diff --git a/src/components/Loading2.tsx b/src/components/Loading2.tsx index b847eb4..b7447a6 100644 --- a/src/components/Loading2.tsx +++ b/src/components/Loading2.tsx @@ -6,7 +6,7 @@ import SvgYacd from './SvgYacd'; function Loading() { return (
- +
); } -- cgit v1.3.1