Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/components/Leadspace/Leadspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ const Leadspace = () => (
<Paper className={styles.icon} />
<span>Read the paper</span> <ArrowRight />
</Button>
<Button
href="https://blog.instructlab.ai/"
className={styles.action}
>
<TagLogo className={styles.icon} />
<span>Get updates on our blog</span> <ArrowRight />
</Button>
</Column>
<Column
className={styles.graphicsWrapper}
Expand Down
Loading