Skip to content

Commit

Permalink
fixed format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustafa Hassan committed Nov 30, 2024
1 parent e12c95e commit 661e57c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/app/board/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ import Title from "@/components/Title";
const page = () => {
return (
<div className="flex w-full flex-col items-center justify-center">
<Title webp={meetTheBoard} alt="Meet the Board Header Image" txt="MEET THE BOARD"/>
<Title
webp={meetTheBoard}
alt="Meet the Board Header Image"
txt="MEET THE BOARD"
/>
<Boards />

<Image
Expand All @@ -20,5 +24,3 @@ const page = () => {
};

export default page;


0 comments on commit 661e57c

Please sign in to comment.