Merge branch 'benphelps:main' into kubernetes

This commit is contained in:
James Wynn 2022-11-18 18:02:53 -06:00 committed by GitHub
commit 1ca61114ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
49 changed files with 1855 additions and 436 deletions

View file

@ -7,7 +7,7 @@ export default function Block({ value, label }) {
return (
<div
className={classNames(
"bg-theme-200/50 dark:bg-theme-900/20 rounded m-1 flex-1 flex flex-col items-center justify-center p-1",
"bg-theme-200/50 dark:bg-theme-900/20 rounded m-1 flex-1 flex flex-col items-center justify-center text-center p-1",
value === undefined ? "animate-pulse" : ""
)}
>