Skip to content

Commit

Permalink
Fixed the styling of get started button (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
WiseyXD authored Oct 10, 2024
1 parent 1feedd2 commit 95f7141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/playground-web/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 95f7141

Please sign in to comment.