File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
packages/landing-page/src/components/sections Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 1- import { CloudflareLogo } from "../icons/platform/cloudflare-logo" ;
21import { SectionTitle } from "../ui/section-title" ;
32
4- const SPONSORED_BY = [
5- {
6- name : "Cloudflare" ,
7- url : "https://cloudflare.com/" ,
8- icon : < CloudflareLogo class = "w-32 h-32" />
9- }
10- ] ;
11-
123export function SponsoredBy ( ) {
134 return (
14- < section class = "pt-32 w-full flex flex-row justify-center items-center gap-32 relative" >
5+ < section class = "pt-32 w-full md:max-w-7xl mx-auto flex flex-row justify-center items-center gap-32 relative" >
156 < header class = "text-left w-1/3" >
167 < SectionTitle stylesOverride = "text-left" > Anomaly Innovations</ SectionTitle >
178 < p class = "pt-5 px-2 leading-relaxed max-w-[70ch] mx-auto dark:font-thin text-lg" >
You can’t perform that action at this time.
0 commit comments