Skip to content

Commit

Permalink
feat: pokt, zerion, polygon and api3 logo
Browse files Browse the repository at this point in the history
  • Loading branch information
code-z2 committed Nov 8, 2023
1 parent 2b6f9bb commit 12e133c
Show file tree
Hide file tree
Showing 18 changed files with 7 additions and 9 deletions.
Binary file removed apps/academy/public/partners/Polygon.png
Binary file not shown.
Binary file added apps/academy/public/partners/api3-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed apps/academy/public/partners/api3.png
Binary file not shown.
Binary file removed apps/academy/public/partners/pocket.png
Binary file not shown.
Binary file added apps/academy/public/partners/pokt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/academy/public/partners/polygon-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed apps/academy/public/partners/scroll.png
Binary file not shown.
Binary file removed apps/academy/public/partners/the-graph.webp
Binary file not shown.
File renamed without changes
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed packages/storybook-config/static/partners/api3.png
Binary file not shown.
Binary file removed packages/storybook-config/static/partners/pocket.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed packages/storybook-config/static/partners/scroll.png
Binary file not shown.
Binary file not shown.
16 changes: 7 additions & 9 deletions packages/ui/src/components/Banners/PartnerBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,24 @@ export const PartnerBanner: FC<PartnerBannerProps> = ({ href, imgSrc }) => {
</Button>
</div>
</div>
<div className=" m-auto max-w-lg">
<div className=" m-auto max-w-sm">
<div className="flex flex-row items-center gap-x-6">
<Image src={imgSrc} width={150} height={150} alt="partner" className="rounded-full" />
<Image src={imgSrc} width={120} height={120} alt="partner" className="rounded-full" />
<div className="h-28 border" />
<div className=" flex flex-wrap gap-6">
{[
"/partners/Zerion.png",
"/partners/Polygon.png",
"/partners/pocket.png",
"/partners/the-graph.webp",
"/partners/scroll.png",
"/partners/api3.png",
"/partners/zerion.png",
"/partners/polygon-logo.png",
"/partners/pokt.png",
"/partners/api3-logo.png",
].map((e, i) => (
<Image
key={i}
src={e}
width={200}
height={50}
alt="partner"
className="h-auto max-h-12 w-auto"
className="h-auto max-h-10 w-auto"
/>
))}
</div>
Expand Down

0 comments on commit 12e133c

Please sign in to comment.