Skip to content

Commit

Permalink
add cookbook link for preview (#32)
Browse files Browse the repository at this point in the history
- add cookbook link to top header nav for previewing
  • Loading branch information
itsacoyote authored Apr 29, 2024
1 parent 8af0006 commit 89cf4c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ const links = computed(() => {
to: '/ecosystem',
active: route.path.startsWith('/ecosystem'),
},
{
label: 'Cookbook',
to: 'https://community-cookbook-staging.web.app/',
},
];
});
</script>
Expand Down

0 comments on commit 89cf4c3

Please sign in to comment.