Modify HomePage.tsx
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
import Link from "next/link"
|
import Link from "next/link"
|
||||||
|
|
||||||
import cls from "./HomePage.module.scss"
|
import cls from "./HomePage.module.scss"
|
||||||
|
|
||||||
const HomePage = () => {
|
const HomePage = () => {
|
||||||
@@ -16,8 +15,8 @@ const HomePage = () => {
|
|||||||
</Link>
|
</Link>
|
||||||
</p>
|
</p>
|
||||||
<pre className={cls.hint}>
|
<pre className={cls.hint}>
|
||||||
You can edit <span className={cls.path}>{"src/pages/HomePage"}</span> to
|
You can edit <span className={cls.path}>src/pages/HomePage</span> to
|
||||||
start!
|
start {"<3"}!
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user