From 1ae791b8961138ad02677260162ad3cc394932df Mon Sep 17 00:00:00 2001 From: Sina Date: Thu, 21 Sep 2023 17:16:14 +0200 Subject: [PATCH] [HOT-FIX] particle-js (#5) * chore(login): initiate login page * fix(cookie-match): add null check when there's no cookie * fix(prettier): fix prettier and tsconfig setup * fix(theme): remove unnecessary sx on Box * fix(storage-key): fix storage key for authenticated * fix(loading): remove unnecessary comments * fix(particle-js): fix the link * fix(particle-js): fix the link --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 5b6a1aa8..0b4e9552 100644 --- a/public/index.html +++ b/public/index.html @@ -90,7 +90,7 @@ } } - + Fix by Some Engineering Inc.