mirror of
https://github.com/safing/web
synced 2025-04-17 09:29:08 +00:00
add extraInfo
This commit is contained in:
parent
3fe6a5e5c5
commit
6cb5957b40
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue