Skip to content

Commit

Permalink
Fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
lvwzhen committed Apr 22, 2023
1 parent 7c7bacc commit ae41dd8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# 法律AI助手
# AI 法律助手

法律文件来源:https://github.com/LawRefBook/Laws

Expand Down
2 changes: 1 addition & 1 deletion components/SearchDialog.tsx
Expand Up @@ -200,7 +200,7 @@ export function SearchDialog() {
<Dialog open={open}>
<DialogContent className="sm:max-w-[850px] text-black">
<DialogHeader>
<DialogTitle>法律AI助手</DialogTitle>
<DialogTitle>AI 法律助手</DialogTitle>
<DialogDescription>
我是您的法律助手,请输入您想查询的问题
</DialogDescription>
Expand Down
6 changes: 3 additions & 3 deletions pages/index.tsx
Expand Up @@ -12,10 +12,10 @@ export default function Home() {
return (
<>
<Head>
<title>法律AI助手</title>
<title>AI 法律助手</title>
<meta
name="description"
content="法律AI助手"
content="AI 法律助手"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
Expand All @@ -35,7 +35,7 @@ export default function Home() {
`}
</Script>
<main className={styles.main}>
<h1 className='text-slate-700 font-bold text-2xl mb-12 flex items-center gap-3'><Image src={'/logo.png'} width="32" height="32" alt="MagickPen logo" /> 法律AI助手</h1>
<h1 className='text-slate-700 font-bold text-2xl mb-12 flex items-center gap-3'><Image src={'/logo.png'} width="32" height="32" alt="MagickPen logo" /> AI 法律助手</h1>
<div className={styles.center}>
<SearchDialog />
</div>
Expand Down

0 comments on commit ae41dd8

Please sign in to comment.