fix: escape HTML in job form fields

This commit is contained in:
Jannat Patel
2025-10-27 11:36:46 +05:30
parent 8749e21744
commit 75001b494d
2 changed files with 11 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
class="flex flex-col border rounded-md p-3 h-full hover:border-outline-gray-3"
>
<div class="flex space-x-4 mb-4">
<div class="flex flex-col space-y-2 flex-1">
<div class="flex flex-col space-y-2 flex-1 break-all">
<div class="text-lg font-semibold text-ink-gray-9">
{{ job.company_name }}
</div>