Skip to content

Commit

Permalink
Update banner (#7037)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdorfman committed Jun 25, 2024
1 parent 432882d commit 26ac54d
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,15 +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">
Join us for a live Q&A session with the co-founders on June 25th!
Claude 3.5 Sonnet is now available for Cody
</p>
<Link
href="https://discord.gg/nyFC7Gah?event=1252715837614461012"
title="Join us for a live Q&A session with the co-founders on Discord!"
href="https://sourcegraph.com/blog/claude-3.5-sonnet-now-available-in-cody"
title="Claude 3.5 Sonnet is now available for Cody"
className="btn bg-transparent !px-0 !py-0 leading-[22px] text-violet-300"
target="_blank"
>
RSVP in Discord
Learn more
<ChevronRightIcon className="!mb-0 ml-[6px] inline" />
</Link>
</div>
Expand Down

0 comments on commit 26ac54d

Please sign in to comment.