Skip to content

Commit 060c0b5

Browse files
committed
fix
1 parent 9dfc44d commit 060c0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/home/TrustClient.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const clients = [
88
---
99
<Container>
1010
<div class="flex flex-col items-center gap-11 py-24 overflow-hidden">
11-
<p class="text-white ">合作企业</p>
11+
<p class="text-white ">合作品牌</p>
1212
<div class="w-full flex flex-row justify-around gap-10 flex-wrap">
1313
{
1414
clients.map(client => (

0 commit comments

Comments
 (0)