Skip to content

Commit

Permalink
party selection info
Browse files Browse the repository at this point in the history
  • Loading branch information
nor0x committed Sep 11, 2024
1 parent d39eb4a commit 788346c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WahlGPT.Web/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<li>
<textarea class="question-input" type="text" placeholder="Deine Frage zum Wahlprogramm?"
@oninput="QuestionChanged" />
<p>Partei(en) auswählen:</p>
<ul class="parties-list">
@foreach (var party in _parties)
{
Expand Down

0 comments on commit 788346c

Please sign in to comment.