From 63fb21968d101ac56aa8d9638d6533a2b7a29e91 Mon Sep 17 00:00:00 2001
From: Shaun Struwig <41984034+Blargian@users.noreply.github.com>
Date: Fri, 24 Oct 2025 18:12:02 +0200
Subject: [PATCH 1/2] Update top level menu
---
.../sub-navs/NavigationSubNavResources.js | 79 +++++--------------
1 file changed, 18 insertions(+), 61 deletions(-)
diff --git a/src/components/Navigation/sub-navs/NavigationSubNavResources.js b/src/components/Navigation/sub-navs/NavigationSubNavResources.js
index 5f295ffcfb4..ff60f266557 100644
--- a/src/components/Navigation/sub-navs/NavigationSubNavResources.js
+++ b/src/components/Navigation/sub-navs/NavigationSubNavResources.js
@@ -39,69 +39,26 @@ export default function NavigationSubNavResources() {
})}
- {currentLocale === 'en' && (
-
{
- setActiveSubNav('learning')
- }}
- onMouseLeave={() => {
- setActiveSubNav(null)
- }}>
+
{
- setActiveSubNav(isSubNavActive('learning') ? null : 'learning')
- }}
- className={`${isSubNavActive('learning') ? 'active' : ''
- }`}>
- {translate({
- id: 'topNav.navItems.resources.Learning and Certification',
- message: 'Learning and Certification',
- })}
-
+ href='https://clickhouse.com/company/events'
+ onClick={galaxyOnClick('topNav.resourcesMenu.eventsSelect')}>
+ {translate({
+ id: 'topNav.navItems.resources.Events',
+ message: 'Events',
+ })}
-
-
-
- {translate({
- id: 'topNav.navItems.resources.ClickHouse Academy',
- message: 'ClickHouse Academy',
- })}
-
-
-
-
- {translate({
- id: 'topNav.navItems.resources.Free live training',
- message: 'Free live training',
- })}
-
-
-
-
- {translate({
- id: 'topNav.navItems.resources.ClickHouse Certification',
- message: 'ClickHouse Certification',
- })}
-
-
-
-
- )}
+
+
+
+ {translate({
+ id: 'topNav.navItems.resources.Learn',
+ message: 'Learning and Certification',
+ })}
+
+
{
setActiveSubNav('comparisons')
From 7ca0791577f0268e5d934cba46675052132f795b Mon Sep 17 00:00:00 2001
From: Shaun Struwig <41984034+Blargian@users.noreply.github.com>
Date: Fri, 24 Oct 2025 19:02:56 +0200
Subject: [PATCH 2/2] Update
src/components/Navigation/sub-navs/NavigationSubNavResources.js
---
src/components/Navigation/sub-navs/NavigationSubNavResources.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/Navigation/sub-navs/NavigationSubNavResources.js b/src/components/Navigation/sub-navs/NavigationSubNavResources.js
index ff60f266557..28afb5ca308 100644
--- a/src/components/Navigation/sub-navs/NavigationSubNavResources.js
+++ b/src/components/Navigation/sub-navs/NavigationSubNavResources.js
@@ -55,7 +55,7 @@ export default function NavigationSubNavResources() {
onClick={galaxyOnClick('topNav.resourcesMenu.learnSelect')}>
{translate({
id: 'topNav.navItems.resources.Learn',
- message: 'Learning and Certification',
+ message: 'Learning and certification',
})}