Skip to content

Commit

Permalink
Merge pull request lvwzhen#2 from lvwzhen/dev
Browse files Browse the repository at this point in the history
Fix text
  • Loading branch information
lvwzhen authored Apr 22, 2023
2 parents 901888c + e2990ce commit d31dbc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/SearchDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export function SearchDialog() {
<Frown width={18} />
</span>
<span className="text-slate-700 dark:text-slate-100">
Sad news, the search has failed! Please try again.
服务器繁忙,请稍后再试!
</span>
</div>
)}
Expand Down Expand Up @@ -305,8 +305,8 @@ export function SearchDialog() {
</div>
</div>
<DialogFooter>
<div className="text-xs text-gray-500 flex mt-4 md:m-0 dark:text-gray-100">
* 回答由AI检索法律文件后生成,仅供参考!
<div className="text-xs text-gray-500 mt-4 md:m-0 dark:text-gray-100 leading-10 h-10">
* 回答由AI检索法律文件后生成,仅供参考!<a href="https://afdian.net/a/lvwzhen" className='ml-1 underline decoration-wavy decoration-indigo-500 underline-offset-2 hover:text-indigo-500' target='_blank'>打赏赞助</a>
</div>
<Button type="submit" className="bg-red-500 block w-full md:w-auto md:inline-block">
Ask
Expand Down

0 comments on commit d31dbc7

Please sign in to comment.