From b799d6921de38d844abfcffc3292154baecfd9b1 Mon Sep 17 00:00:00 2001 From: Mehmet Date: Thu, 28 Nov 2024 13:27:15 +0100 Subject: [PATCH] refactor: rename publication to standard in method navigation --- .changeset/curvy-cooks-compare.md | 5 +++++ apps/web/src/components/method-navigation.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/curvy-cooks-compare.md diff --git a/.changeset/curvy-cooks-compare.md b/.changeset/curvy-cooks-compare.md new file mode 100644 index 00000000..a859497e --- /dev/null +++ b/.changeset/curvy-cooks-compare.md @@ -0,0 +1,5 @@ +--- +"web": patch +--- + +Rename publication to standard in method navigation diff --git a/apps/web/src/components/method-navigation.tsx b/apps/web/src/components/method-navigation.tsx index 1f140824..00e7e507 100644 --- a/apps/web/src/components/method-navigation.tsx +++ b/apps/web/src/components/method-navigation.tsx @@ -70,7 +70,7 @@ export const MethodItems: React.FC = ({ override, showLabels, return ( - + {children}