Skip to content

Commit 986bf39

Browse files
committed
🧹 changed styling for banner
1 parent 263e38a commit 986bf39

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/components/Footer.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,9 @@ function SmallPrint() {
119119

120120
const FooterBanner = () => {
121121
return (
122-
<div className="flex w-full flex-col items-center justify-center rounded-xl border bg-gray-100 py-8 text-black">
123-
<div className="mb-4 max-w-xl text-center text-xl font-semibold tracking-tight">
124-
Say goodbye to the grind of coding everything from scratch. So you can
125-
focus on what matters most
122+
<div className="flex w-full flex-col items-center justify-center rounded-xl border py-12 text-black dark:border-white/5">
123+
<div className="mb-6 text-center text-xl font-semibold tracking-tight dark:text-white">
124+
Get Premium Blocks and Templates for your next project on SyntaxUI Pro
126125
</div>
127126
<div>
128127
<a

0 commit comments

Comments
 (0)