Skip to content

Commit

Permalink
[fix] delete slogan (Shaunwei#224)
Browse files Browse the repository at this point in the history
Co-authored-by: John Zhou <[email protected]>
  • Loading branch information
yaohaizhou and yaohaizhou authored Dec 19, 2023
1 parent 43501cf commit a595d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/next-web/src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default async function Page() {
<Header />
<div className='py-6 md:py-10 px-4 md:px-6 lg:px-14 container mx-auto'>
<h1 className='text-center font-light text-3xl'>
Real-time communication with your AI character powered by 👉<a href="https://rebyte.ai/">ReByte.ai</a>👈
Real-time communication with your AI character
</h1>
<Tabs characters={characters} />
</div>
Expand Down

0 comments on commit a595d9e

Please sign in to comment.