Skip to content

Commit

Permalink
fix: remove loading image
Browse files Browse the repository at this point in the history
  • Loading branch information
mmpneo committed Feb 23, 2023
1 parent d361c09 commit 36053d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file removed public/images/ui-client-loading.gif
Binary file not shown.
1 change: 0 additions & 1 deletion src/client/ui/view_loading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export default function ClientLoadingView() {
<div className="p-6 py-4 bg-black/30 animate-pulse leading-none rounded-box text-2xl flex flex-col gap-2 text-secondary">
<Logo />{" "}
<span className="flex items-center text-lg gap-2">
<img height="20px" width={24} src="/images/ui-client-loading.gif"/>
{/* <span className={style.spinner}></span> */}
connecting...
</span>
Expand Down

0 comments on commit 36053d9

Please sign in to comment.