Skip to content

Commit

Permalink
💬 change CDU to CDU/CSU
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Jan 28, 2025
1 parent 60ebf7f commit bf622a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/methodik.astro
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ import Layout from '../layouts/Layout.astro'
<tr>
<th></th>
<th class="text-start">Nutzerin</th>
<th class="text-start">CDU</th>
<th class="text-start">Union</th>
<th class="text-start">SPD</th>
</tr>
</thead>
Expand Down
2 changes: 1 addition & 1 deletion src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export enum Stage {

export const partyNames: Record<Party, string> = {
spd: 'SPD',
cdu: 'CDU',
cdu: 'CDU/CSU',
fdp: 'FDP',
gruene: 'Die Grünen',
bsw: 'BSW',
Expand Down

0 comments on commit bf622a5

Please sign in to comment.