add btm border to banner

This commit is contained in:
tjs 2023-08-17 15:44:11 -04:00
parent f50eac06d4
commit 54de7c6e84
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ const PromoBanner = () => {
const { data: isWhiteListed } = useIsWhiteListed()
return isWhiteListed && showBanner ? (
<div className="relative">
<div className="flex flex-wrap items-center justify-center bg-th-bkg-2 py-3 px-10">
<div className="flex flex-wrap items-center justify-center bg-th-bkg-2 py-3 px-10 border-b border-th-bkg-3">
<p className="mr-2 text-center text-th-fgd-1 lg:text-base">
Season 1 of Mango Mints is starting soon.
</p>