Skip to content

Commit

Permalink
Update title
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendPeter committed Sep 9, 2024
1 parent c360ac9 commit 2cafb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/Util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export async function getMetaTags(req: any) : Promise<TagObject> {
let n_cropped = (len > 5) ? 0 : (5-len);

return {
__META_TITLE__: election?.title ?? 'bettervoting.com',
__META_TITLE__: election?.title ?? 'BetterVoting | Create polls & elections that don\'t spoil the vote',
__META_DESCRIPTION__: election?.description ?? "Create secure elections with voting methods that don't spoil the vote.",
__META_IMAGE__: election == null ?
'https://assets.nationbuilder.com/unifiedprimary/pages/1470/attachments/original/1702692040/Screenshot_2023-12-15_at_6.00.24_PM.png?1702692040' :
Expand Down

0 comments on commit 2cafb81

Please sign in to comment.