Skip to content

Commit

Permalink
Sync main branch from pricefx-eds-qa, excluding fstab.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 28, 2024
2 parents 8c30369 + 39eebf5 commit f5d9ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/careers/careers.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function loadJobsData(sortBy, filterBy, block) {
<div class="job-container">
<div class="job-header">
<h3>${job.title}</h3>
<p>${job.city + job.state} - ${job.country}</p>
<p>${job.city}, ${job.state} - ${job.country}</p>
</div>
<div class="job-details" data-expanded="false">${job.description}
<a href="${job.detail_url}" target="_blank" class="button primary">Apply Now</a>
Expand Down

0 comments on commit f5d9ad9

Please sign in to comment.