From 4684217b4eb876d87e4ceb643d0aca7634e953bf Mon Sep 17 00:00:00 2001 From: Joseph Shearer Date: Wed, 8 Nov 2023 12:14:40 -0500 Subject: [PATCH] Update meta descriptions (#152) --- src/pages/destinations.tsx | 2 +- src/pages/pricing.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/destinations.tsx b/src/pages/destinations.tsx index e35b11e2..a5c6538e 100644 --- a/src/pages/destinations.tsx +++ b/src/pages/destinations.tsx @@ -18,7 +18,7 @@ const Sources = () => { } export const Head = () => { - return + return } export default Sources diff --git a/src/pages/pricing.tsx b/src/pages/pricing.tsx index a09b7dff..bb7392e3 100644 --- a/src/pages/pricing.tsx +++ b/src/pages/pricing.tsx @@ -506,7 +506,7 @@ const PricingPage = () => { } export const Head = ({ data: { post } }) => { - return + return } export default PricingPage