We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb34f0 commit ba97727Copy full SHA for ba97727
app/page.tsx
@@ -23,7 +23,6 @@ export default function Home() {
23
<div className="p-5 text-white">
24
<div className="flex flex-wrap gap-3 text-xs text-zinc-400">
25
<a href="mailto:[email protected]" className="hover:text-white rounded-full px-3 py-1.5 bg-zinc-800 hover:bg-zinc-700 transition-colors">[email protected]</a>
26
- <a href="tel:+16463397401" className="hover:text-white rounded-full px-3 py-1.5 bg-zinc-800 hover:bg-zinc-700 transition-colors">+1 (646) 339 7401</a>
27
<a href="https://github.com/yizhuoliang" className="hover:text-white rounded-full px-3 py-1.5 bg-zinc-800 hover:bg-zinc-700 transition-colors">github.com/yizhuoliang</a>
28
</div>
29
0 commit comments