Skip to content

Commit

Permalink
fix link and positions
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbraemer committed Apr 12, 2024
1 parent 63c78e6 commit 5f919d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .web/docs/.vitepress/theme/components/positions/JoinUs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</div>
</div>
</div>
<ThreeColumns :openings="jobOpenings.slice(3)"/>
</div>
<ThreeColumns :openings="jobOpenings.slice(3)"/>
</div>
</template>

Expand Down
2 changes: 1 addition & 1 deletion .web/docs/.vitepress/theme/components/posts/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const { page, frontmatter } = useData()
<div class="antialiased">
<div class="max-w-3xl mx-auto px-4 sm:px-6 xl:max-w-5xl xl:px-0">
<nav class="flex justify-between items-center py-10 font-bold">
<a class="text-xl" href="/blog" aria-label="The Vue Point">
<a class="text-xl" href="/blog/" aria-label="The Vue Point">
<img
class="inline-block mr-2"
style="width: 36px; height: 31px"
Expand Down

0 comments on commit 5f919d2

Please sign in to comment.