Skip to content

Commit fcd2453

Browse files
committed
pre-commit
1 parent 1f621d3 commit fcd2453

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

website/src/pages/bye.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ const ByePage = () => {
1414
<div>
1515
<h1 className="text-4xl mb-6">OpenAssistant has finished!</h1>
1616
<p className="text-2xl">
17-
OpenAssistant collected data from over 13'000 humans and released it to the public.
18-
Data, models, and code are publicly available.
17+
OpenAssistant collected data from over 13&apos;000 humans and released it to the public. Data, models,
18+
and code are publicly available.
1919
</p>
2020
<h2 className="text-2xl font-bold mt-4 mb-2">Links:</h2>
2121
<ul className="text-2xl list-none text-blue-500">
@@ -32,10 +32,12 @@ const ByePage = () => {
3232
<a href="https://huggingface.co/OpenAssistant">HuggingFace org</a>
3333
</li>
3434
<li>
35-
<a href="https://youtu.be/gqtmUHhaplo">Yannic's conclusion video</a>
35+
<a href="https://youtu.be/gqtmUHhaplo">Yannic&apos;s conclusion video</a>
3636
</li>
3737
</ul>
38-
<p className="text-2xl mt-4 mb-2">If you're looking to support other open-data projects, check out these:</p>
38+
<p className="text-2xl mt-4 mb-2">
39+
If you&apos;re looking to support other open-data projects, check out these:
40+
</p>
3941
<ul className="text-2xl list-none text-blue-500">
4042
<li>
4143
<a href="https://chat.lmsys.org/">LMSYS Chatbot Arena</a>

0 commit comments

Comments
 (0)