Skip to content

Commit

Permalink
fix(Meta): make defaults constant
Browse files Browse the repository at this point in the history
  • Loading branch information
flowergardn committed Dec 9, 2023
1 parent 084c1de commit 3a29ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Meta.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Head from "next/head";

let defaults = {
const defaults = {
title: "bday.quest (beta)",
description: "Create virtual birthday cards",
color: "#eb5d71",
Expand Down

0 comments on commit 3a29ac8

Please sign in to comment.