Skip to content

Commit

Permalink
[HOT-FIX] particle-js (#5)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
sijav authored Sep 21, 2023
1 parent 6d2b566 commit 1ae791b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
}
}
</style>
<script src="/particles.min.js"></script>
<script src="%PUBLIC_URL%/particles.min.js"></script>
<title>Fix by Some Engineering Inc.</title>
</head>
<body>
Expand Down

0 comments on commit 1ae791b

Please sign in to comment.