Make error screens more visually consistent (#2951)

This commit is contained in:
Robin
2025-01-17 09:35:39 +00:00
committed by GitHub
parent c218dc2f36
commit cda802a2e9
31 changed files with 334 additions and 175 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ export function ReactionPopupMenu({
<Alert
className={styles.alert}
type="critical"
title={t("common.something_went_wrong")}
title={t("error.generic")}
>
{errorText}
</Alert>