Skip to content

Commit 1c44dfa

Browse files
stylistic change for the action on event list cards
1 parent ff7f490 commit 1c44dfa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/pages/home.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ export default function Home() {
3737
</p>
3838
</CardContent>
3939

40-
<CardFooter className="flex-end flex-row justify-end gap-2">
41-
<Button>
40+
<CardFooter className="flex-end flex-row justify-center gap-2">
41+
<Button className="w-full">
4242
<Link href={`/events/${event.id}`}>View Details</Link>
4343
</Button>
4444
<Button>Signup</Button>

0 commit comments

Comments
 (0)