Skip to content

Commit

Permalink
remove mention of text sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
sangonz193 committed Apr 22, 2024
1 parent 3f2fafb commit 93ec53e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ const defaultUrl = process.env.VERCEL_URL

export const metadata = {
metadataBase: new URL(defaultUrl),
title: "Data-Loom | Seamless Real-Time File and Text Sharing",
title: "Data Loom | Seamless Real-Time File Sharing",
description:
"Data-Loom offers instant, secure, and anonymous file and text sharing directly between devices. Start sharing immediately with one-click access—no sign up required.",
"Data Loom offers instant, secure, and anonymous file and text sharing directly between devices. Start sharing immediately with one-click access—no sign up required.",
}

export default async function RootLayout({ children }: PropsWithChildren) {
Expand Down

0 comments on commit 93ec53e

Please sign in to comment.