Merge branch 'main' into expiry-links

This commit is contained in:
Ephraim Duncan
2024-11-21 18:14:35 +00:00
committed by GitHub
42 changed files with 1063 additions and 439 deletions
@@ -25,8 +25,6 @@ export const StackAvatar = ({ first, zIndex, fallbackText = '', type }: StackAva
zIndexClass = ZIndexes[zIndex] ?? '';
}
console.log({ type, fallbackText });
switch (type) {
case RecipientStatusType.UNSIGNED:
classes = 'bg-dawn-200 text-dawn-900';