Skip to content

Commit

Permalink
Update LandingPageLinkComponent.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Dec 15, 2024
1 parent 5146d11 commit 50078ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/Jordnaer/Pages/Home/LandingPageLinkComponent.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ul class="custom-list">
<MudButton Color="_color" Class="@_buttonClass" Variant="_variant" Href="/groups?categories=Legegruppe">Find en legegruppe nær dig</MudButton>
<MudButton Color="_color" Class="@_buttonClass" Variant="_variant" Href="/groups?categories=Legeaftale">Find en legegruppe nær dig</MudButton>
<MudButton Color="_color" Class="@_buttonClass" Variant="_variant" Href="/groups?categories=Hjemmeskole">Udforsk hjemmeskoler</MudButton>
<MudButton Color="_color" Class="@_buttonClass" Variant="_variant" Href="/users?categories=Legeaftale">Arrangér en legeaftale</MudButton>
<MudButton Color="_color" Class="@_buttonClass" Variant="_variant" Href="/users?categories=Privat%20Dagpleje">Led efter privat dagpleje</MudButton>
Expand Down

0 comments on commit 50078ac

Please sign in to comment.