Skip to content

Commit

Permalink
Profesh
Browse files Browse the repository at this point in the history
  • Loading branch information
Intermentality committed Nov 6, 2024
1 parent eb8c3cc commit 16608d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pages/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import { Paragraph } from '../Components/Paragraph';
export default function Projects(){
return <div className="relative grid place-items-center">
<article className="my-4 p-2 w-full max-w-sm md:max-w-2xl">
<h1 className="text-4xl">webweb /proj</h1>
<h1 className="text-4xl">Projects</h1>

<Paragraph>projects I made at school and stuff.</Paragraph>
<Paragraph>Projects I made at school.</Paragraph>

<h2 className="text-2xl"> Project Links </h2>
<ul className="list-disc">
Expand Down

0 comments on commit 16608d7

Please sign in to comment.