网站搭建完成第一版
This commit is contained in:
@@ -79,7 +79,7 @@ export default function ProductPage() {
|
||||
</div>
|
||||
|
||||
{product.tags && (
|
||||
<div className="flex flex-wrap justify-center gap-4 mt-10">
|
||||
<div className="flex flex-wrap items-center justify-center gap-3 mt-10">
|
||||
{product.tags.map((tag, i) => (
|
||||
<span key={i}
|
||||
className="relative px-6 py-2 text-sm font-bold text-white transition-all duration-200 hover:scale-105 hover:-translate-y-0.5"
|
||||
|
||||
Reference in New Issue
Block a user