Skip to content

Commit

Permalink
Syntax errors in Home page corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
Fermatka committed Apr 15, 2024
1 parent b206310 commit ca27c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algrtm/src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import RoundedRectangle from "@/components/shared/RoundedRectangle";
export default function Home() {
return (
<main className="flex flex-col items-center justify-center">
<div className="w-full flex flex-col items-center justify-center px-[1rem] md:px-[2.75rem] xl-px-[0]">
<div className="w-full flex flex-col items-center justify-center px-[1rem] md:px-[2.75rem] xl:px-[0]">
<DevelopSection />
<AlgorithmicMusicSection />
<RoundedTextComponent
Expand Down

0 comments on commit ca27c66

Please sign in to comment.