diff --git a/app/public/assets/logos/policyengine/gradient-square.png b/app/public/assets/logos/policyengine/gradient-square.png new file mode 100644 index 000000000..119c104d9 Binary files /dev/null and b/app/public/assets/logos/policyengine/gradient-square.png differ diff --git a/app/public/assets/logos/policyengine/gradient-square.svg b/app/public/assets/logos/policyengine/gradient-square.svg new file mode 100644 index 000000000..72237c748 --- /dev/null +++ b/app/public/assets/logos/policyengine/gradient-square.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/app/public/assets/logos/policyengine/gradient.png b/app/public/assets/logos/policyengine/gradient.png new file mode 100644 index 000000000..c9e1562e9 Binary files /dev/null and b/app/public/assets/logos/policyengine/gradient.png differ diff --git a/app/public/assets/logos/policyengine/gradient.svg b/app/public/assets/logos/policyengine/gradient.svg new file mode 100644 index 000000000..f90847738 --- /dev/null +++ b/app/public/assets/logos/policyengine/gradient.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 31e2af026..5d8fbee2c 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +1,4 @@ - bump: patch changes: added: - - Add Missouri income tax elimination calculator at /us/missouri-income-tax-elimination + - Add gradient-background logo variants (wide and square) to brand assets diff --git a/website/src/app/[countryId]/brand/assets/page.tsx b/website/src/app/[countryId]/brand/assets/page.tsx index fcc41dd36..d6587fcc3 100644 --- a/website/src/app/[countryId]/brand/assets/page.tsx +++ b/website/src/app/[countryId]/brand/assets/page.tsx @@ -2,11 +2,7 @@ import type { Metadata } from "next"; import Link from "next/link"; import { IconCheck, IconX } from "@tabler/icons-react"; import { Button, Text, Title } from "@/components/ui"; -import { - colors, - spacing, - typography, -} from "@/designTokens"; +import { colors, spacing, typography } from "@/designTokens"; export const metadata: Metadata = { title: "Assets", @@ -81,13 +77,7 @@ function LogoCard({ ); } -function UsageCard({ - type, - items, -}: { - type: "do" | "dont"; - items: string[]; -}) { +function UsageCard({ type, items }: { type: "do" | "dont"; items: string[] }) { const isDo = type === "do"; return (
+
+