Skip to content

Commit

Permalink
Revert "Add Sprout 75 banner link"
Browse files Browse the repository at this point in the history
This reverts commit b5f7c51.
  • Loading branch information
futurGH committed Jan 5, 2025
1 parent ff2200e commit e7c84e3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/components/elements/header/ShippingNotice.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
export function ShippingNotice() {
return (
<div className="flex h-auto w-full content-center justify-center bg-matcha transition-colors text-sm hover:bg-[#E2794C] sm:text-base">
<a
className="w-full py-2 px-4 text-center font-medium text-grain leading-6 sm:px-0"
href="https://milktype.co/sprout75">
New from the Teacaps team: Sprout 75 is available for pre-order! →
</a>
<div className="flex h-auto w-full content-center justify-center bg-matcha py-2 px-4 text-sm sm:px-0 sm:text-base">
<span className="text-center font-medium text-grain leading-6">
Free domestic shipping on orders over $100
</span>
</div>
);
}

0 comments on commit e7c84e3

Please sign in to comment.