mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
chore(docs): fix hero button height on mobile
This commit is contained in:
parent
935dff50d1
commit
668d21ac5d
@ -56,7 +56,7 @@ export const Hero = () => {
|
||||
<div className="flex flex-col md:flex-row items-center gap-4">
|
||||
<Button
|
||||
as={NextLink}
|
||||
className="h-11 w-full md:w-auto"
|
||||
className="w-full md:h-11 md:w-auto"
|
||||
color="primary"
|
||||
endContent={
|
||||
<ArrowRightIcon
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user