Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 5f69515

Browse files
Andrew Haririgregnazario
andauthored
[nextra] banner remove jp (#800)
* [nextra] banner remove jp * Apply suggestions from code review Co-authored-by: Andrew Hariri <hariria@usc.edu> --------- Co-authored-by: Greg Nazario <greg@gnazar.io>
1 parent c98b4d7 commit 5f69515

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

apps/nextra/theme.config.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,13 @@ const config: DocsThemeConfig = {
5858
content: function useBanner() {
5959
return (
6060
<div>
61-
🎉 Welcome! Translations are currently experimental. |
62-
翻訳は現在実験的です。 | 翻译目前处于实验阶段。
63-
<br />
61+
🎉 Welcome to the new Aptos Docs!{" "}
6462
<a
6563
className="text-blue-400 dark:text-blue-400 hover:underline"
6664
target="_blank"
6765
href="https://github.com/aptos-labs/developer-docs/issues/new/choose"
6866
>
69-
Click here to submit feedback! |
70-
ここをクリックしてフィードバックを送信してください! |
71-
点击这里提交反馈!
67+
Click here to submit an issue.
7268
</a>
7369
</div>
7470
);

0 commit comments

Comments
 (0)