From e40af31a207b1a22f72a1be3b7de043985b31b17 Mon Sep 17 00:00:00 2001 From: Istvan Soos Date: Wed, 6 Dec 2023 09:56:49 +0100 Subject: [PATCH] Update landing page title. --- app/lib/frontend/templates/landing.dart | 2 +- app/test/frontend/golden/landing_page.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/lib/frontend/templates/landing.dart b/app/lib/frontend/templates/landing.dart index 1555204b21..8c462721e7 100644 --- a/app/lib/frontend/templates/landing.dart +++ b/app/lib/frontend/templates/landing.dart @@ -26,7 +26,7 @@ String renderLandingPage({ return renderLayoutPage( PageType.landing, content, - title: 'Dart packages', + title: 'The official package repository for Dart and Flutter apps.', canonicalUrl: '/', mainClasses: ['landing-main'], ); diff --git a/app/test/frontend/golden/landing_page.html b/app/test/frontend/golden/landing_page.html index 5d91c1c4a3..be935999ab 100644 --- a/app/test/frontend/golden/landing_page.html +++ b/app/test/frontend/golden/landing_page.html @@ -12,11 +12,11 @@ - + - Dart packages + The official package repository for Dart and Flutter apps.