We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91744c commit 672af08Copy full SHA for 672af08
src/components/Leadspace/Leadspace.tsx
@@ -51,6 +51,13 @@ const Leadspace = () => (
51
<Paper className={styles.icon} />
52
<span>Read the paper</span> <ArrowRight />
53
</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>
61
</Column>
62
<Column
63
className={styles.graphicsWrapper}
0 commit comments