Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update banner #7035

Merged
merged 2 commits into from
Jun 24, 2024
Merged
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
9 changes: 5 additions & 4 deletions src/components/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ export const Banner: FunctionComponent<{}> = () => (
<div className="sg-border-gradient-banner z-[1000] border-b-1 bg-black py-[13px]">
<div className="mx-auto flex max-w-screen-xl flex-col items-center justify-center gap-y-[9px] gap-x-12 px-2 md:flex-row">
<p className="mb-0 text-center font-semibold leading-[22px] text-white">
AI Dev Tools Night: Come to our upcoming meetup in SF!
Join us for a live Q&A session with the co-founders on June 25th!
</p>
<Link
href="https://sourcegraph.com/blog/ai-dev-tools-night-meetup-june-24"
title="AI Dev Tools Night"
href="https://discord.gg/nyFC7Gah?event=1252715837614461012"
title="Join us for a live Q&A session with the co-founders on Discord!"
className="btn bg-transparent !px-0 !py-0 leading-[22px] text-violet-300"
target="_blank"
>
Learn more
RSVP in Discord
<ChevronRightIcon className="!mb-0 ml-[6px] inline" />
</Link>
</div>
Expand Down
Loading