From 50445ea4b7edd7bf855f64bb9f5e107edd3b195a Mon Sep 17 00:00:00 2001 From: DasProffi Date: Sat, 12 Aug 2023 00:17:59 +0200 Subject: [PATCH] fix: fix tailwind error --- lib/components/ErrorComponent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/ErrorComponent.tsx b/lib/components/ErrorComponent.tsx index 2c8f3e4f..160445f5 100644 --- a/lib/components/ErrorComponent.tsx +++ b/lib/components/ErrorComponent.tsx @@ -33,7 +33,7 @@ export const ErrorComponent = ({ const translation = useTranslation(language, defaultErrorComponentTranslation) return (
- + {errorText ?? `${translation.errorOccurred} :(`}
)