We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd0866 commit 41b9f49Copy full SHA for 41b9f49
theme.config.tsx
@@ -233,15 +233,15 @@ const config: DocsThemeConfig = {
233
Video,
234
},
235
banner: {
236
- key: "banner-hiring-june",
+ key: "banner-ama",
237
dismissible: true,
238
text: (
239
- <Link href="/careers">
+ <Link href="https://lu.ma/8utmvnlv">
240
{/* mobile */}
241
- <span className="sm:hidden">Join us in Engineering & DevRel →</span>
+ <span className="sm:hidden">Wednesday: Community AMA with Marc →</span>
242
{/* desktop */}
243
<span className="hidden sm:inline">
244
- We're hiring. Join us in Product Eng, Backend Eng, and DevRel →
+ This Wednesday: Ask me Anything Community Session with co-founder & CEO Marc →
245
</span>
246
</Link>
247
),
0 commit comments