Skip to content

Commit

Permalink
chore: update name from Cookbook to Community Code (#54)
Browse files Browse the repository at this point in the history
# What 💻 
* Changes name from Cookbook to Community Code

# Why ✋
* New name is more fitting

# Evidence 📷
Include screenshots, screen recordings, or `console` output here
demonstrating that your changes work as intended

<!-- All sections below are optional. You can uncomment any section
applicable to your Pull Request. -->

<!-- # Notes 📝
* Any notes/thoughts that the reviewers should know prior to reviewing
the code? -->
  • Loading branch information
dutterbutter authored May 9, 2024
1 parent 8df20c4 commit 41fcf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const links = computed(() => {
active: route.path.startsWith('/ecosystem'),
},
{
label: 'Cookbook',
label: 'Community Code',
to: 'https://community-cookbook-staging.web.app/',
},
];
Expand Down

0 comments on commit 41fcf0f

Please sign in to comment.