We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbaa46 commit b9fb154Copy full SHA for b9fb154
app/page.tsx
@@ -50,9 +50,9 @@ export default function Home() {
50
{/* Footer with copyright - desktop only */}
51
<div className="hidden md:block text-center text-[10px] text-zinc-400 mb-2">
52
<p>© 2025 Yizhuo Liang</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> */}
+ <p className="mt-1">
+ Welcome to fork my <a href="https://github.com/yizhuoliang/yizhuoliang.github.io" className="hover:text-zinc-600 transition-colors">theme</a>!
+ </p>
56
</div>
57
58
0 commit comments