Skip to content

Commit

Permalink
chore: code formatting prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
iqbalpa committed Jul 20, 2024
1 parent 11721a7 commit 33f6674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/home/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const HomeModule: React.FC = () => {
setQuery(e.target.value);

return (
<div className="max-w-screen mt-36 mb-14 flex min-h-screen flex-col items-center md:mt-28">
<div className="max-w-screen mb-14 mt-36 flex min-h-screen flex-col items-center md:mt-28">
<h1 className="text-2xl font-bold">Baca Al-Quran Online</h1>
<SearchBar query={query} handleQueryChange={handleQueryChange} />
<div className="mt-5 grid grid-cols-1 gap-3 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4">
Expand Down

0 comments on commit 33f6674

Please sign in to comment.