Skip to content

Commit

Permalink
Merge pull request #51 from ixartz/add-arcjet-logo2
Browse files Browse the repository at this point in the history
docs: add arcjet logos
  • Loading branch information
ixartz authored Dec 3, 2024
2 parents 586d0ee + c881552 commit 8126f05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/features/landing/LogoCloud.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const LogoCloud = (props: { text: string; children: React.ReactNode }) =>
{props.text}
</div>

<div className="mt-6 grid grid-cols-2 place-items-center gap-x-3 gap-y-6 md:grid-cols-4 md:gap-x-20 [&_a:hover]:opacity-100 [&_a]:opacity-60">
<div className="mt-6 grid grid-cols-2 place-items-center gap-x-3 gap-y-6 md:grid-cols-5 md:gap-x-20 [&_a:hover]:opacity-100 [&_a]:opacity-60">
{props.children}
</div>
</>
Expand Down
4 changes: 2 additions & 2 deletions src/features/sponsors/SponsorLogos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ export const SponsorLogos = () => (
rel="noopener"
>
<Image
src="/assets/images/sentry-dark.png"
src="/assets/images/sentry-dark.svg"
alt="Sentry logo dark"
className="dark:hidden"
width="128"
height="38"
/>
<Image
src="/assets/images/sentry-white.png"
src="/assets/images/sentry-white.svg"
alt="Sentry logo light"
className="hidden dark:block"
width="128"
Expand Down

0 comments on commit 8126f05

Please sign in to comment.