Skip to content

Commit

Permalink
Fix QuickButtons Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Feb 4, 2025
1 parent 82ff279 commit 017af23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/movies/home/HomeHeroMovie.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const QuickButton = (props: {
icon?: ReactNode;
color: "info" | "warning" | "success";
}) => (
<Grid item xs={12} md={6}>
<Grid item xs={12} md={4}>
<Button
color={props.color}
variant="outlined"
Expand Down Expand Up @@ -91,7 +91,7 @@ const HomeHeroMovie = () => (
title="Document Chatbot"
icon={<SpeakerNotesIcon />}
href="https://gurubase.io/g/nestia"
color="info"
color="warning"
/>
<QuickButton
title="Github Repository"
Expand Down

0 comments on commit 017af23

Please sign in to comment.