Skip to content

Commit

Permalink
changes next code
Browse files Browse the repository at this point in the history
  • Loading branch information
monis07 committed Sep 13, 2024
1 parent 0aad931 commit 8bd1522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/next-app/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const geistMono = localFont({
export default function Home() {
return (
<>
<div style={{display:"flex",justifyContent:"center",padding:"1.5rem",border:"red"}}>
<div style={{display:"flex",justifyContent:"center",padding:"1.5rem",border:"white"}}>
<Button/>
</div>
<Head>
Expand Down

0 comments on commit 8bd1522

Please sign in to comment.