Skip to content

Commit

Permalink
Updated Announcements, Home, and Links components
Browse files Browse the repository at this point in the history
  • Loading branch information
DC104 committed Sep 18, 2024
1 parent 9d35669 commit b884cec
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/components/Body.jsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
const Body = () => {
return (
<div className="p-5 max-w-2xl mx-auto text-center">
<h1 className="text-4xl font-bold my-5">Body</h1>
<p className="text-lg">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Illo id sunt quam unde velit officia enim ad iusto nulla, fugit odit saepe consequuntur tenetur beatae, laboriosam, dolore sint? Non, debitis!
</p>
<div>

<h1>Body</h1>

</div>
);
}
Expand Down

0 comments on commit b884cec

Please sign in to comment.