mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-23 01:04:18 +01:00
lots of tagging works but not sends rn
This commit is contained in:
@@ -11,7 +11,7 @@ function prettyPrintAmount(n?: number | bigint): string {
|
||||
return n.toLocaleString()
|
||||
}
|
||||
|
||||
function LoadingShimmer() {
|
||||
export function LoadingShimmer() {
|
||||
return (<div class="flex flex-col gap-2 animate-pulse">
|
||||
<h1 class="text-4xl font-light">
|
||||
<div class="w-[12rem] rounded bg-neutral-700 h-[2.5rem]"></div>
|
||||
|
||||
Reference in New Issue
Block a user