✏️ Fix typo in project card component: correct "Anstragssteller" to "Antragssteller".

This commit is contained in:
HolgerHatGarKeineNode
2026-01-20 17:24:46 +01:00
parent ad09b3804a
commit 7372b7f54f

View File

@@ -73,7 +73,7 @@
+{{ $project->votes->where('value', true)->count() }} Unterstützer +{{ $project->votes->where('value', true)->count() }} Unterstützer
</flux:badge> </flux:badge>
@endif @endif
<flux:link href="https://njump.me/{{ $project->einundzwanzigPleb->npub }}" target="_blank">Anstragssteller</flux:link> <flux:link href="https://njump.me/{{ $project->einundzwanzigPleb->npub }}" target="_blank">Antragssteller</flux:link>
</div> </div>
<!-- Second row: Action buttons --> <!-- Second row: Action buttons -->