From 1beffb4616559bb1c0af2f5bcbb6daf599c6cce6 Mon Sep 17 00:00:00 2001 From: Anushtup Ghosh Date: Sun, 12 Oct 2025 04:12:14 +0530 Subject: [PATCH] Add Conference link to navigation bar. --- navigation.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/navigation.toml b/navigation.toml index 6d1b070dc..ff7c097e4 100644 --- a/navigation.toml +++ b/navigation.toml @@ -35,6 +35,10 @@ section = "ecosystem" title = "Homeserver" section = "homeserver" +[[header]] +title = "Conference" +href = "https://conference.matrix.org" + [[header]] title = "Support us" href = "/support"