Skip to content

Commit

Permalink
Update banner (#7017)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdorfman committed Jun 18, 2024
1 parent 679289a commit 20824ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ 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">
Cody for JetBrains is now Generally Available
AI Dev Tools Night: Come to our upcoming meetup in SF!
</p>
<Link
href="https://sourcegraph.com/blog/cody-for-jetbrains-is-generally-available"
title="Cody for JetBrains blog"
href="https://sourcegraph.com/blog/ai-dev-tools-night-meetup-june-24"
title="AI Dev Tools Night"
className="btn bg-transparent !px-0 !py-0 leading-[22px] text-violet-300"
>
See what's new
Learn more
<ChevronRightIcon className="!mb-0 ml-[6px] inline" />
</Link>
</div>
Expand Down

0 comments on commit 20824ba

Please sign in to comment.