From d5f9b9ec3b19f5e66661bfa38659c4a7d37c02f6 Mon Sep 17 00:00:00 2001 From: Akash Choudhary Date: Thu, 17 Oct 2024 15:45:51 +0000 Subject: [PATCH] Java Description added --- components/TopBar/CategoryDescriptions.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/TopBar/CategoryDescriptions.ts b/components/TopBar/CategoryDescriptions.ts index 2191e4210..64cf4a351 100644 --- a/components/TopBar/CategoryDescriptions.ts +++ b/components/TopBar/CategoryDescriptions.ts @@ -284,8 +284,10 @@ const categoryDescriptions: CategoryDescriptions = { // newsletters jsLetters: 'It covers the latest updates, trends, and resources in the JavaScript ecosystem, keeping developers informed and engaged.', - pythonLetters: + pythonLetters: 'It covers the latest updates, trends, and resources in the Python ecosystem.', + javaLetters: + 'It covers the latest updates, trends, and resources in the Java ecosystem.', } export default categoryDescriptions