Skip to content

Commit

Permalink
Resume -> Resumé
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Dorofeev committed Jun 15, 2024
1 parent ef4dc43 commit 7e439b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/d0rich.me/components/layouts/DHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<DBtn to="/"> Dorich </DBtn>
<DBtn to="/projects/"> Projects </DBtn>
<DBtn to="/blog/"> Blog </DBtn>
<DBtn to="/resume/"> Resume </DBtn>
<DBtn to="/resume/"> Resumé </DBtn>
</div>
</DShape>
</header>
Expand Down
2 changes: 1 addition & 1 deletion apps/d0rich.me/pages/resume/[type].vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const { data: resumeList } = useAsyncData(
<div>
<AsyncSafeSeoWithOg
v-if="data"
:title="`Resume: ${data.lead.title}`"
:title="`Resumé: ${data.lead.title}`"
:description="data.lead.description"
/>
<DevOnly>
Expand Down

0 comments on commit 7e439b6

Please sign in to comment.