Skip to content

Commit c31a49f

Browse files
committed
Change copy claim
1 parent bea0aee commit c31a49f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: website/src/pages/faq.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Use AstroSeo in all the pages you want different Seo than the index page
1111
-->
1212
<AstroSeo
1313
title="FAQ"
14-
description="A CLI to track the time you spend on projects, with useful reports and analytics"
14+
description="Keep a record of the time you dedicate to your projects"
1515
canonical="http://usetrak.com"
1616
openGraph={{
1717
url: "http://usetrak.com",

Diff for: website/src/pages/index.astro

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Use AstroSeo in all the pages you want different Seo than the index page
1717
-->
1818
<AstroSeo
1919
title="Home"
20-
description="A CLI to track the time you spend on projects, with useful reports and analytics"
20+
description="Keep a record of the time you dedicate to your projects"
2121
canonical="http://usetrak.com"
2222
openGraph={{
2323
url: "http://usetrak.com",
2424
title: "Trak",
2525
description:
26-
"A CLI to track the time you spend on projects, with useful reports and analytics",
26+
"Keep a record of the time you dedicate to your projects",
2727
images: [
2828
{
2929
url: "http://usetrak.com/opengraph/social-og.jpg",

Diff for: website/src/pages/privacy.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Use AstroSeo in all the pages you want different Seo than the index page
1212
-->
1313
<AstroSeo
1414
title="Privacy"
15-
description="A CLI to track the time you spend on projects, with useful reports and analytics"
15+
description="Keep a record of the time you dedicate to your projects"
1616
canonical="http://usetrak.com"
1717
openGraph={{
1818
url: "http://usetrak.com",

Diff for: website/src/pages/terms.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Use AstroSeo in all the pages you want different Seo than the index page
1111
-->
1212
<AstroSeo
1313
title="Terms"
14-
description="A CLI to track the time you spend on projects, with useful reports and analytics"
14+
description="Keep a record of the time you dedicate to your projects"
1515
canonical="http://usetrak.com"
1616
openGraph={{
1717
url: "http://usetrak.com",

0 commit comments

Comments
 (0)