Skip to content

Commit

Permalink
feat(website): add apply button at the top
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Nov 19, 2024
1 parent 848be80 commit fb8af63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/careers/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<div class="header-container">
<div class="header container d-flex flex-column align-items-center gap-3">
<h1 data-aos="fade-left">{{ title }}</h1>
<NuxtLink :href="'mailto:[email protected]?subject=' + title " class="btn btn-animated btn-purple-animated mt-4" data-aos="zoom-in">
Apply for this job
</NuxtLink>
</div>
</div>
<template v-if="slug === '/careers/'">
Expand Down

0 comments on commit fb8af63

Please sign in to comment.