lots of tagging works but not sends rn

This commit is contained in:
Paul Miller
2023-05-10 23:42:14 -05:00
parent eab0346dcd
commit 80c5af1489
17 changed files with 222 additions and 300 deletions

View File

@@ -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>