diff --git a/apps/cms/src/services/content-workflow/__tests__/save-builder-settings-as-pr.test.ts b/apps/cms/src/services/content-workflow/__tests__/save-builder-settings-as-pr.test.ts index ae9b9951ab..903f8a21e7 100644 --- a/apps/cms/src/services/content-workflow/__tests__/save-builder-settings-as-pr.test.ts +++ b/apps/cms/src/services/content-workflow/__tests__/save-builder-settings-as-pr.test.ts @@ -18,7 +18,7 @@ const createListingDoc = ( description: 'Funded work.', breadcrumbLabel: 'RFPs', submitCtaLabel: 'Submit', - submitCtaHref: 'https://discord.gg/logosnetwork', + submitCtaHref: 'https://discord.gg/Ykv4eZyHUJ', submitCtaExternal: true, defaultView: 'grid', pageSize: 12, @@ -26,7 +26,7 @@ const createListingDoc = ( nextLabel: 'Next', bottomCtaTitle: 'Have a build idea?', bottomCtaLabel: 'Submit', - bottomCtaHref: 'https://discord.gg/logosnetwork', + bottomCtaHref: 'https://discord.gg/Ykv4eZyHUJ', bottomCtaExternal: true, ...overrides, }) diff --git a/apps/web/app/[locale]/book/_sections/atoms.tsx b/apps/web/app/[locale]/book/_sections/atoms.tsx index 73d7e710a3..5919cb934a 100644 --- a/apps/web/app/[locale]/book/_sections/atoms.tsx +++ b/apps/web/app/[locale]/book/_sections/atoms.tsx @@ -51,7 +51,7 @@ export function BookAction({ className="inline-flex min-w-[150px] items-center justify-between gap-4 rounded-xl bg-brand-off-white px-4 py-3 text-brand-dark-green transition-colors hover:bg-gray-01 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-brand-off-white" > - + {label} diff --git a/apps/web/app/[locale]/design-systems/_sections/color-palette.tsx b/apps/web/app/[locale]/design-systems/_sections/color-palette.tsx index a417303cff..432755b0a8 100644 --- a/apps/web/app/[locale]/design-systems/_sections/color-palette.tsx +++ b/apps/web/app/[locale]/design-systems/_sections/color-palette.tsx @@ -28,12 +28,8 @@ function ColorSwatch({
-

- {name} -

-

- {hex} -

+

{name}

+

{hex}

) diff --git a/apps/web/app/[locale]/design-systems/_sections/components.tsx b/apps/web/app/[locale]/design-systems/_sections/components.tsx index c7e5962772..71078a2792 100644 --- a/apps/web/app/[locale]/design-systems/_sections/components.tsx +++ b/apps/web/app/[locale]/design-systems/_sections/components.tsx @@ -52,7 +52,7 @@ export function Buttons() {
-

+

Primary

-

+

Secondary

-

+

Tertiary

-

+

Link

-

+

{copy.body}

diff --git a/apps/web/app/[locale]/lambda-prize/_sections/atoms.tsx b/apps/web/app/[locale]/lambda-prize/_sections/atoms.tsx index 24d196ec0c..51cccb914c 100644 --- a/apps/web/app/[locale]/lambda-prize/_sections/atoms.tsx +++ b/apps/web/app/[locale]/lambda-prize/_sections/atoms.tsx @@ -21,7 +21,7 @@ export function TertiaryCta({ + {children} ) diff --git a/apps/web/app/[locale]/logos-broadcast-network/_sections/events-calendar.tsx b/apps/web/app/[locale]/logos-broadcast-network/_sections/events-calendar.tsx index 97b04afd35..7489b33b6c 100644 --- a/apps/web/app/[locale]/logos-broadcast-network/_sections/events-calendar.tsx +++ b/apps/web/app/[locale]/logos-broadcast-network/_sections/events-calendar.tsx @@ -172,7 +172,7 @@ function EventPill({ interactive?: boolean }) { const baseClassName = - 'block rounded-lg border border-brand-dark-green/50 p-2 font-mono text-[10px] font-medium uppercase leading-[1.3]' + 'block rounded-lg border border-brand-dark-green/50 p-2 font-mono text-xs font-medium uppercase leading-[1.3]' const content = {event.calendarTitle} return interactive && event.link ? ( @@ -231,7 +231,7 @@ function MonthSelect({ aria-label={label} value={value} onChange={(event) => onChange(Number(event.target.value))} - className="h-full w-full cursor-pointer appearance-none rounded-full border border-transparent bg-brand-off-white py-0 pl-6 pr-10 font-mono text-[10px] font-semibold uppercase leading-[1.35] text-brand-dark-green" + className="h-full w-full cursor-pointer appearance-none rounded-full border border-transparent bg-brand-off-white py-0 pl-6 pr-10 font-mono text-xs font-semibold uppercase leading-[1.35] text-brand-dark-green" > {MONTHS.map((month, index) => (
-