Skip to content

Commit 2b2cda9

Browse files
committed
Add button that links to blog. Fixes #266
1 parent a91744c commit 2b2cda9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/Leadspace/Leadspace.tsx

+7
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ const Leadspace = () => (
5151
<Paper className={styles.icon} />
5252
<span>Read the paper</span> <ArrowRight />
5353
</Button>
54+
<Button
55+
href="https://blog.instructlab.ai/"
56+
className={styles.action}
57+
>
58+
<TagLogo className={styles.icon} />
59+
<span>Get updates on our blog</span> <ArrowRight />
60+
</Button>
5461
</Column>
5562
<Column
5663
className={styles.graphicsWrapper}

0 commit comments

Comments
 (0)