diff --git a/src/components/Banner/Banner.css b/src/components/Banner/Banner.css index d861487..2e5ade1 100644 --- a/src/components/Banner/Banner.css +++ b/src/components/Banner/Banner.css @@ -33,13 +33,13 @@ align-items: center; justify-content: space-between; gap: 20px; - max-width: 600px; + max-width: 800px; margin: auto; padding: 12px 12px 12px 16px; color: var(--moss); background-color: var(--acid); border: 1px solid var(--moss); - border-radius: 32px; + border-radius: 16px; filter: drop-shadow(2px 2px 0 var(--moss-shadow)); font-family: "IBM Plex Mono"; font-size: 14px; diff --git a/src/components/Header/Header.tsx b/src/components/Header/Header.tsx index 170d947..b6c6b7e 100644 --- a/src/components/Header/Header.tsx +++ b/src/components/Header/Header.tsx @@ -40,16 +40,15 @@ const Header = (_: HeaderProps) => { return (
- +
- Phosphor v2.1 is out, adding 268 new icons and some general - revisions. Check our{" "} - + Some packages may be renaming icons in coming versions, and deprecating older names. Existing names will continue to work, but we recommend upgrading at your convenience. See{" "} + release notes {" "} - to see what's changed! + for details.
@@ -60,10 +59,12 @@ const Header = (_: HeaderProps) => { We are now processing donations via{" "} Buy Me a Coffee - {" "} - and{" "} + {", "} Ko-fi + {", and "} + + Open Collective ! Your one-time or recurring contribution does a lot to keep us going. Please show us some support if you can!