Skip to content

Commit f73aeaa

Browse files
Fix lint again
1 parent bf56f27 commit f73aeaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@
721721
<MarkdownRenderer
722722
markdown={releaseBody}
723723
additionalPlugins={[{ renderer: { li: ListElementRenderer } }]}
724-
class="prose-sm prose-p:my-0 max-w-full"
724+
class="prose-sm max-w-full prose-p:my-0"
725725
/>
726726
<!-- Open the release on GitHub in a new tab, with a nice hover animation -->
727727
<Button

src/routes/[pullOrIssue=poi]/[org]/[repo]/[id=number]/PageRenderer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<MarkdownRenderer
116116
markdown={info.title}
117117
inline
118-
class="prose-xl xs:prose-2xl text-foreground group-hover:underline xs:text-3xl"
118+
class="prose-xl text-foreground xs:prose-2xl group-hover:underline xs:text-3xl"
119119
/>
120120
<span class="ml-1 font-light text-muted-foreground group-hover:underline">#{info.number}</span
121121
>

0 commit comments

Comments
 (0)