Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ng-jayson committed Dec 26, 2024
2 parents 81db77c + 2bca071 commit 2172324
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
margin-left: auto;
margin-right: auto;
max-width: 1080px;
padding: 0 1rem;
}

.hero-grid-container {
Expand Down
4 changes: 1 addition & 3 deletions app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import HomeBanner from "@/components/home-banner";

export default function Home() {
export default async function Home() {
return (
<>
<HomeBanner />
</>
);
}
2 changes: 1 addition & 1 deletion components/home-banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const HomeBanner: React.FC = () => {
Elevate Your Mobile <br className="hidden md:block" /> Legends
Game
</h1>
<p className="pt-3 text-[14px] leading-tight text-gray-100 md:text-[18px]">
<p className="mt-8 text-[14px] leading-tight text-gray-100 md:text-[18px]">
Access hero statistics, optimal builds, and connect
<br className="hidden md:block" /> with a community of expert
players.
Expand Down

1 comment on commit 2172324

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for mlbb-fyi ready!

✅ Preview
https://mlbb-4a57dc9vm-jinjays.vercel.app

Built with commit 2172324.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.