Skip to content

Commit

Permalink
Format text descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsilvestre committed Feb 9, 2024
1 parent cf49cee commit 0590825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/texts/[textId]/TextPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function TextPage({
<main className="flex min-h-screen flex-col max-w-lg m-auto p-4">
<div className="mb-4 text-center">
<h2 className="font-bold">{text.frontmatter.title}</h2>
<p className="text-sm">{text.frontmatter.description}</p>
<Markdown className="text-sm">{text.frontmatter.description}</Markdown>
</div>

<form className="mb-4 text-sm border-1 border border-foreground/25 rounded p-2 ">
Expand Down

0 comments on commit 0590825

Please sign in to comment.