Skip to content

Commit

Permalink
Merge pull request #688 from MinBZK/fix-build-error
Browse files Browse the repository at this point in the history
Fix build errors
  • Loading branch information
onursagir authored Nov 28, 2024
2 parents 4e025d6 + b799d69 commit 8b4adb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/curvy-cooks-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"web": patch
---

Rename publication to standard in method navigation
2 changes: 1 addition & 1 deletion apps/web/src/components/method-navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const MethodItems: React.FC<MethodItemsProps> = ({ override, showLabels,
return (
<methodItemsContext.Provider value={{ methodTree: { ...methodTree, ...override }, showLabels, hide }}>
<MethodItem name="docs" tooltip="Documentatie" label="Naar documentatie" icon={IconFileTypeDoc} />
<MethodItem name="publication" tooltip="Publicatie" label="Naar publicatie" icon={IconBook2} />
<MethodItem name="standard" tooltip="Publicatie" label="Naar standaard" icon={IconBook2} />
<MethodItem name="demo" tooltip="Demo" label="Naar de demo" icon={IconPlayerPlay} />
<MethodItem name="lab" tooltip="Lab" label="Naar de tool" icon={IconMicroscope} />
{children}
Expand Down

0 comments on commit 8b4adb9

Please sign in to comment.