diff --git a/ezgg_website/services/database_service.py b/ezgg_website/services/database_service.py index 17377dd..6d245a5 100644 --- a/ezgg_website/services/database_service.py +++ b/ezgg_website/services/database_service.py @@ -151,13 +151,13 @@ class DatabaseService: ), MemberInfo( picture_path=from_root("ezgg_website/assets/member_pictures/ben.png"), name="Ben \"Pümpelbankräuber\" C.", - position="Mitglied in Probezeit", + position="Mitglied", entry_date="04.10.2025", socials=[SocialLink(SocialPlatform.STEAM, "https://steamcommunity.com/profiles/76561198127708029")] ), MemberInfo( picture_path=from_root("ezgg_website/assets/member_pictures/sebastian.png"), name="Sebastian \"Sheridanqt\" A.", - position="Mitglied in Probezeit", + position="Mitglied", entry_date="03.11.2025", socials=[SocialLink(SocialPlatform.STEAM, "https://steamcommunity.com/id/sheridanqt/")] )