Skip to content

Commit 6cdcf23

Browse files
improving info and warning
1 parent e151691 commit 6cdcf23

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/pages/nuevo-empleo.astro

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,13 @@ for (const key in categories) {
4242
<div>
4343
<span class="font-medium">Antes de publicar su anuncio, asegúrese de respetar las siguientes normas.</span>
4444
<ul class="mt-1.5 ml-4 list-disc list-inside">
45-
<li>Solo publicar ofertas de trabajo. (No ofertas de servicios)</li>
45+
<li>No publicar candidaturas (Que esta buscando trabajo).</li>
46+
<li>Solo publicar ofertas de trabajo.</li>
4647
<li>No repetir el mismo anuncio en el plazo de un mes.</li>
4748
<li>No publicar ofertas de trabajos engañosas o inmorales.</li>
4849
</ul>
4950
</div>
50-
<button
51+
<!-- <button
5152
type="button"
5253
class="ml-auto -mx-1.5 -my-1.5 bg-blue-50 text-blue-500 rounded-lg focus:ring-2 focus:ring-blue-400 p-1.5 hover:bg-blue-200 inline-flex h-8 w-8 dark:bg-gray-800 dark:text-blue-300 dark:hover:bg-gray-700"
5354
data-dismiss-target="#newJobsAlert"
@@ -61,7 +62,7 @@ for (const key in categories) {
6162
d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z"
6263
clip-rule="evenodd"></path></svg
6364
>
64-
</button>
65+
</button> -->
6566
</div>
6667
</div>
6768

0 commit comments

Comments
 (0)