Spaces:
Running
Running
wording
Browse files- app/[id]/page.tsx +2 -2
app/[id]/page.tsx
CHANGED
@@ -57,7 +57,7 @@ export default async function Roast({
|
|
57 |
/>
|
58 |
<div>
|
59 |
<p className="text-sm text-zinc-500">
|
60 |
-
|
61 |
</p>
|
62 |
</div>
|
63 |
</header>
|
@@ -66,7 +66,7 @@ export default async function Roast({
|
|
66 |
href="/"
|
67 |
className="bg-black rounded-full inline-block px-4 py-2.5 text-sm font-medium text-white hover:bg-zinc-800 mt-5"
|
68 |
>
|
69 |
-
|
70 |
</Link>
|
71 |
</Quote>
|
72 |
</div>
|
|
|
57 |
/>
|
58 |
<div>
|
59 |
<p className="text-sm text-zinc-500">
|
60 |
+
Send love to your favorite Hugging Face user! 🥰
|
61 |
</p>
|
62 |
</div>
|
63 |
</header>
|
|
|
66 |
href="/"
|
67 |
className="bg-black rounded-full inline-block px-4 py-2.5 text-sm font-medium text-white hover:bg-zinc-800 mt-5"
|
68 |
>
|
69 |
+
Write Love Letter to another user! 💌
|
70 |
</Link>
|
71 |
</Quote>
|
72 |
</div>
|