diff --git a/src/web/Jordnaer/Features/Profile/UserProfileCard.razor b/src/web/Jordnaer/Features/Profile/UserProfileCard.razor
index 924d2a6e..76eccdb3 100644
--- a/src/web/Jordnaer/Features/Profile/UserProfileCard.razor
+++ b/src/web/Jordnaer/Features/Profile/UserProfileCard.razor
@@ -30,15 +30,12 @@
@if (Profile.DateOfBirth is not null)
{
-
-
-
- @Profile.Age år
-
-
- @Profile.DateOfBirth.Value.ToString("d")
-
-
+
}
@if (Profile.Description is not null)