Skip to content

Commit

Permalink
fix: remove opengraph tags from support page
Browse files Browse the repository at this point in the history
Signed-off-by: Ar Rakin <[email protected]>
  • Loading branch information
virtual-designer authored Aug 28, 2024
1 parent 305dbba commit 282f568
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/(main)/support/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import type { Metadata } from "next";
export const metadata: Metadata = {
title: "Support",
description: "Contact our support team for help.",
openGraph: {}
};

export default function Page({ searchParams }: ServerComponentProps) {
Expand Down

0 comments on commit 282f568

Please sign in to comment.