mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
format according to headwind sequence
This commit is contained in:
@@ -2,9 +2,9 @@ import { FunctionComponent } from 'react'
|
||||
|
||||
const Loading: FunctionComponent<{ loadingText: string }> = ({ loadingText }) => {
|
||||
return (
|
||||
<div className="flex items-center justify-center rounded py-32 space-x-1 dark:text-white">
|
||||
<div className="dark:text-white flex items-center justify-center py-32 space-x-1 rounded">
|
||||
<svg
|
||||
className="animate-spin -ml-1 mr-3 h-5 w-5"
|
||||
className="animate-spin w-5 h-5 mr-3 -ml-1"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
|
||||
Reference in New Issue
Block a user