修复footer联系我文本换行问题

This commit is contained in:
2025-05-18 15:25:13 +08:00
parent 0cf4e10376
commit 7c32f2e9a2

View File

@@ -34,7 +34,7 @@ export default function Footer() {
</PopoverTrigger>
<PopoverContent className="w-60 mr-5">
<div className="flex items-center">
<div className="text-sm">:</div>
<div className="text-sm text-nowrap">:</div>
<Button variant="link" className="cursor-pointer select-text" onClick={() => handleCopy('tone@ctbu.net.cn')}>tone@ctbu.net.cn</Button>
</div>
</PopoverContent>