Skip to content

Commit

Permalink
feat(recipes) update page label to "Recipes"
Browse files Browse the repository at this point in the history
  • Loading branch information
kleberbaum committed Jul 5, 2024
1 parent 02e9ff3 commit ab05e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/recipes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const IndexPage: React.FC<PageProps> = () => {
export default IndexPage;

export const pageConfig: PageConfig = {
label: 'Experiments',
label: 'Recipes',
icon: 'FaFlask',
withoutJaenFrameStickyHeader: true,
menu: {
Expand Down

0 comments on commit ab05e55

Please sign in to comment.