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

Commit de0e9df

Browse files
author
Stanislav Pelak
committed
Revert "fixing formatting"
This reverts commit cc167f5.
1 parent cc167f5 commit de0e9df

2 files changed

Lines changed: 3 additions & 6 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: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,10 @@ 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
23-
contributions of skills and knowledge from the community, resulting in
24-
a new state of the art model.
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.
2523
</p>
2624
<p>
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.
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.
2926
</p>
3027
</Column>
3128
<Column

0 commit comments

Comments
 (0)