From cff4da39009f6b89d9aa8b00154cdaf423a682bf Mon Sep 17 00:00:00 2001 From: Martin Eckardt Date: Thu, 30 Jan 2025 20:18:17 +0100 Subject: [PATCH] Update title from "Avalanche Developers" to "Avalanche Builder Hub" --- app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index da3a9ec946e..c09ce33c39d 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -13,8 +13,8 @@ import Chatbot from "@/components/ui/chatbot" export const metadata = createMetadata({ title: { - template: '%s | Avalanche Developers', - default: 'Avalanche for Developers', + template: '%s | Avalanche Builder Hub', + default: 'Avalanche Builder Hub', }, description: 'Build your Fast & Interoperable Layer 1 Blockchain with Avalanche.', metadataBase: baseUrl,