@@ -324,7 +324,7 @@ export function OverlayItemProfile({ userType }: { userType: string }) {
{item.next_appointment && (
Nächste Termine
-
diff --git a/src/Components/Profile/ProfileSubHeader.tsx b/src/Components/Profile/ProfileSubHeader.tsx
index f98900c4..4e2adc27 100644
--- a/src/Components/Profile/ProfileSubHeader.tsx
+++ b/src/Components/Profile/ProfileSubHeader.tsx
@@ -29,10 +29,10 @@ const SubHeader = ({ type, status, url, title }) => (
{status &&
- {statusMapping[status]}
+ {statusMapping[status]}
}
{type &&
- {type}
+ {type}
}
diff --git a/src/index.css b/src/index.css
index c46cd342..9fae544a 100644
--- a/src/index.css
+++ b/src/index.css
@@ -3,7 +3,7 @@
@tailwind utilities;
.fade {
- mask-image: linear-gradient(180deg, transparent, #000 2%, #000 98%, transparent);
+ mask-image: linear-gradient(180deg, transparent, #000 1%, #000 99%, transparent);
}
.tw-modal {