Skip to content

Commit

Permalink
fix: header links (#96)
Browse files Browse the repository at this point in the history
* fix: header links

* fix: remove unused search

* fix: update nuxt template version
  • Loading branch information
itsacoyote authored Sep 5, 2024
1 parent 749fc53 commit 562f56c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion error.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ provide('navigation', navigation);

<template>
<div>
<HeaderComponent :links="[]" />
<HeaderComponent />

<UMain>
<UContainer>
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
"typescript": "^5.0.0"
},
"dependencies": {
"@matterlabs/docs-nuxt-template": "2.8.2",
"@matterlabs/docs-nuxt-template": "2.8.4",
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.1",
"@iconify-json/vscode-icons": "^1.2.0",
"@nuxt/content": "^2.13.2",
"@nuxt/eslint": "^0.5.5",
"@nuxt/fonts": "^0.7.2",
Expand Down
7 changes: 0 additions & 7 deletions server/api/search.json.get.ts

This file was deleted.

0 comments on commit 562f56c

Please sign in to comment.