Skip to content

Commit

Permalink
fixed the styling of get started button
Browse files Browse the repository at this point in the history
  • Loading branch information
WiseyXD committed Oct 7, 2024
1 parent 348b267 commit e5efd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function Footer() {
<div className="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<h3 className="text-gray-500 font-semibold mb-4">DiceDB</h3>
<Button className="!bg-red-600 hover:!bg-red-700 !text-white">
<Button className="w-full !bg-red-600 hover:!bg-red-700 !text-white">
Get Started →
</Button>
<Button
Expand Down

0 comments on commit e5efd87

Please sign in to comment.