mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-26 01:23:18 +08:00
chore: change slogan
This commit is contained in:
@ -20,12 +20,12 @@ const IndexPage: NextPage = () => {
|
||||
return (
|
||||
<div>
|
||||
<Head>
|
||||
<title>SQL Chat - Chat-based SQL client for the next decade</title>
|
||||
<title>SQL Chat - Chat-based SQL Client and Editor for the next decade</title>
|
||||
<link rel="icon" href="/chat-logo-bot.webp" />
|
||||
<meta name="description" content="Chat-based SQL client for the next decade" />
|
||||
<meta name="description" content="Chat-based SQL Client and Editor for the next decade" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="og:title" property="og:title" content="SQL Chat" />
|
||||
<meta name="og:description" property="og:description" content="Chat-based SQL client for the next decade" />
|
||||
<meta name="og:description" property="og:description" content="Chat-based SQL Client and Editor for the next decade" />
|
||||
<meta name="og:image" property="og:image" content="https://www.sqlchat.ai/chat-logo-and-text.webp" />
|
||||
<meta name="og:type" property="og:type" content="website" />
|
||||
<meta name="og:url" property="og:url" content="https://www.sqlchat.ai" />
|
||||
|
Reference in New Issue
Block a user