From 76c3e6ddde26e9fb8c804575baf56e5787855699 Mon Sep 17 00:00:00 2001 From: troogs Date: Thu, 16 Apr 2026 16:57:39 +0200 Subject: [PATCH] Refactor Button component in Prospects.razor for improved styling and structure --- FoodsharingSiegen.Server/Pages/Prospects.razor | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/FoodsharingSiegen.Server/Pages/Prospects.razor b/FoodsharingSiegen.Server/Pages/Prospects.razor index 1e4370a..86b56b2 100644 --- a/FoodsharingSiegen.Server/Pages/Prospects.razor +++ b/FoodsharingSiegen.Server/Pages/Prospects.razor @@ -16,11 +16,17 @@ + + @{ var filterList = ProspectList.ApplyFilter(Filter); }