Skip to content

Commit

Permalink
🩹 Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAsel committed Aug 26, 2024
1 parent eed0b82 commit 0554d7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/LicensePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
import { useHead } from '@unhead/vue';
useHead({
title: 'Licences - BYBE',
title: 'Licenses - BYBE',
link: [
{
rel: 'canonical',
href: 'https://bybe.fly.dev/licence'
href: 'https://bybe.fly.dev/license'
}
]
});
Expand Down Expand Up @@ -206,7 +206,7 @@ useHead({
<q-separator />
<br />
<h1 class="tw-text-center tw-font-bold tw-text-2xl tw-text-gray-800 dark:tw-text-white">
Book licences
Book licenses
</h1>
<h2
class="tw-text-center tw-font-bold tw-text-base tw-mt-0 tw-text-gray-800 dark:tw-text-white"
Expand Down

0 comments on commit 0554d7c

Please sign in to comment.