1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-17 09:29:08 +00:00

add extraInfo

This commit is contained in:
Luke 2022-05-03 04:39:33 +02:00
parent 3fe6a5e5c5
commit 6cb5957b40

View file

@ -82,7 +82,7 @@ layout: page
<div class="card p-7 flex items-center">
<div class="flex space-x-2 items-center">
<span class="text-xl block">{{ job.title }}</span>
<span class="text-sm text-safing-gray-300 block">Austria - remote</span>
<span class="text-sm text-safing-gray-300 block">{{ job.extraInfo }}</span>
</div>
<a class="btn-secondary ml-auto" href="{{ job.url }}">View More</a>
</div>