Skip to content

Commit

Permalink
Update landing page title.
Browse files Browse the repository at this point in the history
  • Loading branch information
isoos committed Dec 6, 2023
1 parent b36a530 commit e40af31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/lib/frontend/templates/landing.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
);
Expand Down
4 changes: 2 additions & 2 deletions app/test/frontend/golden/landing_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<meta name="twitter:image" content="https://pub.dev/static/hash-%%etag%%/img/pub-dev-icon-cover-image.png"/>
<meta property="og:type" content="website"/>
<meta property="og:site_name" content="Dart packages"/>
<meta property="og:title" content="Dart packages"/>
<meta property="og:title" content="The official package repository for Dart and Flutter apps."/>
<meta property="og:description" content="Pub is the package manager for the Dart programming language, containing reusable libraries &amp; packages for Flutter and general Dart programs."/>
<meta property="og:image" content="https://pub.dev/static/hash-%%etag%%/img/pub-dev-icon-cover-image.png"/>
<meta property="og:url" content="https://pub.dev/"/>
<title>Dart packages</title>
<title>The official package repository for Dart and Flutter apps.</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&amp;family=Google+Sans+Display:wght@400&amp;family=Google+Sans+Text:wght@400;500;700&amp;family=Google+Sans+Mono:wght@400;700&amp;display=swap"/>
<link rel="shortcut icon" href="/favicon.ico?hash=mocked_hash_985685822"/>
<link rel="stylesheet" href="https://www.gstatic.com/glue/v25_0/ccb.min.css"/>
Expand Down

0 comments on commit e40af31

Please sign in to comment.