Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit ff9acb7

Browse files
author
Stanislav Pelak
committed
formatting fixed
1 parent de0e9df commit ff9acb7

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

src/components/Leadspace/Leadspace.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const Leadspace: FC<LeadspaceProps> = ({
2727
>
2828
<h1 className={styles.content__header}>InstructLab</h1>
2929
<p className={styles.content__subhead}>
30-
An new community-based approach to build truly open-source LLMs
30+
An new community-based approach to build truly open-source LLMs
3131
</p>
3232
<Link className={styles.action} onClick={onJoinCommunity}>
3333
<GitHub className={styles.icon} />

src/components/ReleaseCycle/ReleaseCycle.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@ const ReleaseCycle: FC<ReleaseCycleProps> = () => (
1919
>
2020
<h2>Weekly release cycle for models and data</h2>
2121
<p>
22-
Each week, the InstructLab model will be updated with the latest contributions of skills and knowledge from the community, resulting in a new state of the art model.
22+
Each week, the InstructLab model will be updated with the latest
23+
contributions of skills and knowledge from the community, resulting in
24+
a new state of the art model.
2325
</p>
2426
<p>
25-
Each latest version will be shared on Hugging Face, and all synthetic data generated by the project to date will also be made available.
27+
Each latest version will be shared on Hugging Face, and all synthetic
28+
data generated by the project to date will also be made available.
2629
</p>
2730
</Column>
2831
<Column

0 commit comments

Comments
 (0)