Skip to content

Commit 378d2c2

Browse files
committed
feat: update verbiage for forges
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent 221e151 commit 378d2c2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const siteMetadata = {
22
title: 'Gitify',
33
url: 'https://gitify.io',
4-
description: 'GitHub notifications on your menu bar',
4+
description: 'Git notifications on your menu bar',
55
repo: {
66
fullName: 'gitify-app/gitify',
77
owner: 'gitify-app',

src/pages/index.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ import Layout from '~/layouts/Layout.astro';
77
import SectionRow from '~/layouts/SectionRow.astro';
88
---
99

10-
<Layout title="GitHub notifications on your menu bar">
10+
<Layout title="Git notifications on your menu bar">
1111
<main>
1212
<Hero />
1313

1414
<SectionRow
15-
title="All your GitHub notifications, right on your desktop."
16-
description="<p>Gitify is all about making your life easier.</p><br /><p>Always visible on your menu bar, Gitify delivers real-time notifications across all your GitHub Cloud or GitHub Enterprise accounts.</p><br /><p>Stay on top of your work, effortlessly.</p>"
15+
title="All your Git notifications, right on your desktop."
16+
description="<p>Gitify is all about making your life easier.</p><br /><p>Always visible on your menu bar, Gitify delivers real-time notifications across all your GitHub Cloud, GitHub Enterprise and Gitea (incl. Forgejo, Codeberg) accounts.</p><br /><p>Stay on top of your work, effortlessly.</p>"
1717
screenshot={{
1818
path: "all-read",
1919
alt: "Screenshot when there are no notifications read",

0 commit comments

Comments
 (0)