Skip to content

Commit 178d4a6

Browse files
committed
Update other uses
1 parent 90a7924 commit 178d4a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/EducationResource/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const authorHTML = (await Astro.slots.render("author")).replace(/\<p[^\>]*\>/gm,
2222
</div>
2323
<div class="rendered-markdown">
2424
<div class="text-sm">
25-
<h4 set:html={authorHTML} />
25+
<div set:html={authorHTML} />
2626
<slot name="description" />
2727
</div>
2828
<div class="text-sm leading-8 [&_a]:whitespace-nowrap [&_a]:rounded-full [&_a]:mr-1 [&_a]:py-1 [&_a]:px-2 [&_a]:outline [&_a]:outline-1 [&_a]:outline-[var(--type-magenta-dark)]">

src/layouts/ReferenceItemLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const seenParams: Record<string, true> = {};
142142
seenParams[param.name] = true;
143143
return (
144144
<div class="grid grid-cols-6 gap-gutter-md text-body">
145-
<h4 class="col-span-1">{param.name}</h4>
145+
<span class="col-span-1">{param.name}</span>
146146
<div
147147
class="col-span-5 [&_p]:m-0 [&_p]:inline [&_a]:underline"
148148
>

0 commit comments

Comments
 (0)