Skip to content

Commit

Permalink
switch desc with short desc
Browse files Browse the repository at this point in the history
  • Loading branch information
AnsellMaximilian committed Nov 21, 2023
1 parent f06c6a4 commit 9981f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default async function Home() {
<h3 className="font-semibold text-xl">
{project.name}
</h3>
<p>{project.description}</p>
<p>{project.shortDescription}</p>
</div>
</div>
<Image
Expand Down

0 comments on commit 9981f0e

Please sign in to comment.