Skip to content

Commit 2e2b028

Browse files
authored
fix: modified 2024 to 2025 and add zapier entry (#101)
1 parent c19f3e0 commit 2e2b028

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

components/layout/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function Footer() {
5555
</div>
5656
<div className={'bottom'}>
5757
<div className={'col'}>
58-
<div>Copyright © 2024, AppFlowy</div>
58+
<div>Copyright © 2025, AppFlowy</div>
5959
</div>
6060
</div>
6161
</div>

lib/config/footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ export const links = [
5656
link: '/what-is-new',
5757
},
5858
{
59-
name: 'Roadmap',
60-
link: 'https://github.com/orgs/AppFlowy-IO/projects/5/views/12',
59+
name: 'Zapier Integrations',
60+
link: 'https://zapier.com/apps/appflowy/integrations',
6161
},
6262
{
6363
name: 'Blog',

0 commit comments

Comments
 (0)