Skip to content

Commit 2dbaa46

Browse files
committed
concise footer
1 parent 887d001 commit 2dbaa46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ export default function Home() {
5050
{/* Footer with copyright - desktop only */}
5151
<div className="hidden md:block text-center text-[10px] text-zinc-400 mb-2">
5252
<p>© 2025 Yizhuo Liang</p>
53-
<p className="mt-1">
54-
Hosted on GitHub, welcome to fork my <a href="https://github.com/yizhuoliang/yizhuoliang.github.io" className="hover:text-zinc-600 transition-colors">page</a>.
55-
</p>
53+
{/* <p className="mt-1">
54+
Welcome to fork my <a href="https://github.com/yizhuoliang/yizhuoliang.github.io" className="hover:text-zinc-600 transition-colors">theme</a>.
55+
</p> */}
5656
</div>
5757
</div>
5858

0 commit comments

Comments
 (0)