Skip to content

Commit

Permalink
Merge branch 'main' of github.com:VoiceDeck/app into feat/global-footer
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRowdy committed Feb 7, 2024
2 parents 3aa4e6c + 4d7f530 commit e14791f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ node_modules
.env.local
.envrc
*.timestamp-*.mjs
**/.DS_Store
4 changes: 2 additions & 2 deletions app/config/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ interface SiteConfig {

export const siteConfig: SiteConfig = {
name: "VoiceDeck",
title: "VoiceDeck - From Individual Actions to Collective Impact",
title: "From Individual Actions to Collective Impact",
description:
"We enable journalists to effect real change by bringing critical stories to light. Your contributions directly support this mission, sustaining journalism and bolstering investigative reporting that matters.",
"We enable journalists to effect real change by bringing critical stories to light. Your contributions directly support this mission, sustaining journalism and bolstering investigative reporting that matters.",
localeDefault: "en",
links: {
discord: "https://discord.gg/EUUupE3J",
Expand Down

0 comments on commit e14791f

Please sign in to comment.