Skip to content

Commit 79cc284

Browse files
committed
docs: update footer
Signed-off-by: Adam Setch <[email protected]>
1 parent f09af2a commit 79cc284

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/components/Footer.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ const isHomepage = currentPathname === "/";
2525
</a>
2626

2727
<div class="my-3">
28-
Copyright © <a href="/">Gitify</a>
29-
{new Date().getFullYear()}.
28+
Copyright © <a href="/">Gitify Team</a>
29+
{new Date().getFullYear()}
3030
</div>
3131
</div>
3232
</div>

src/constants.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ export const siteMetadata = {
77
owner: 'gitify-app',
88
name: 'gitify',
99
},
10+
author: {
11+
name: 'Gitify Team',
12+
site: 'https://github.com/gitify-app',
13+
},
1014
keywords:
1115
'gitify,desktop,application,github,notifications,unread,menu bar,electron,open source,mac,windows,linux',
1216
google: {

0 commit comments

Comments
 (0)