Skip to content

Commit

Permalink
Remove unnecessary leading-1 class
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakycrow committed Oct 16, 2024
1 parent 245c820 commit 416d32d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/post/Paragraph.svelte
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<p class="leading-1">
<p>
<slot />
</p>
</p>

0 comments on commit 416d32d

Please sign in to comment.