mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-27 19:23:24 +03:00
feat: Hide obvious page hints
This commit is contained in:
parent
3e76a94730
commit
2b8b1c1f38
@ -1,7 +1,7 @@
|
||||
import type { NextPage } from 'next';
|
||||
|
||||
const Home: NextPage = () => {
|
||||
return <div>Home Page</div>;
|
||||
return <div title="Home Page"></div>;
|
||||
};
|
||||
|
||||
export default Home;
|
||||
|
Loading…
Reference in New Issue
Block a user