Skip to content

Commit

Permalink
fix: links
Browse files Browse the repository at this point in the history
  • Loading branch information
toniengelhardt committed Jul 25, 2023
1 parent c653a93 commit 5e84a58
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 18 deletions.
5 changes: 0 additions & 5 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,4 @@ useSchemaOrg([
logo: '/icon.png',
}),
])
// defineOgImageStatic({
// component: 'OgDefault',
// provider: 'browser',
// })
</script>
4 changes: 2 additions & 2 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
>
<div class="flex items-center h-12 lt-md:justify-center md:w-1/3">
<div
flex-center w-10 h-10 cursor-pointer text-1.25rem
flex-center w-10 h-10 md:h-8 md:w-8 cursor-pointer text-1.25rem
:class="{ 'display-none': $route.path === '/' }"
@click="$router.go(-1)"
>
Expand All @@ -17,7 +17,7 @@
<BrandIcon :class="{ '!md:display-none': $route.path !== '/' }" />
<BrandName ml-1 />
</div>
<div :class="{ 'display-none': $route.path === '/' }" w-12 h-12 />
<div :class="{ 'display-none': $route.path === '/' }" w-10 h-10 md:h-8 md:w-8 />
</div>
<div class="md:w-1/3">
<slot name="header-center" />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"nuxt": "^3.6.5",
"nuxt-icon": "^0.4.2",
"nuxt-seo-kit": "^1.3.9",
"nuxt-vitest": "^0.10.1",
"nuxt-vitest": "^0.10.2",
"typescript": "^5.1.6",
"vitest": "^0.33.0",
"vue-tsc": "^1.8.6"
Expand Down
2 changes: 1 addition & 1 deletion pages/apis/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ onMounted(() => useTestWebApis([webApi.value]))
<Icon name="ph:caret-right" text-faint />
</div>
<NuxtLink
:to="api.path"
:to="`/apis/${api.id}`"
:title="`${api.name} - Device Test and Details`"
link
>{{ api.name }}</NuxtLink>
Expand Down
22 changes: 13 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 5e84a58

@vercel
Copy link

@vercel vercel bot commented on 5e84a58 Jul 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.