forked from storacha/w3up
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: get space registrar looking and acting right (storacha#466)
it was still talking about email verification for registering spaces, and asking for an email. update it with all the latest good stuff Co-authored-by: Alan Shaw <[email protected]>
- Loading branch information
Showing
3 changed files
with
31 additions
and
49 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
packages/w3ui/examples/react/w3console/src/components/Loader.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import { ArrowPathIcon } from '@heroicons/react/20/solid' | ||
|
||
export default ({ className = '' }: { className?: 'string' }) => ( | ||
<ArrowPathIcon className={`animate-spin ${className}`} /> | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters