Skip to content

Commit 58f24fe

Browse files
committed
Update regulators countried to include anchor for country id
1 parent 47e48dc commit 58f24fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Regulators.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const orderedCountries = locale === 'ko'
5151
);
5252
return (
5353
<>
54-
<h4>{resolve(country.name, locale)}</h4>
54+
<h4 id={country.id}>{resolve(country.name, locale)}</h4>
5555
<ul>
5656
{items.map((item: any) => (
5757
<li set:html={renderInline(resolve(item.text, locale))} />

0 commit comments

Comments
 (0)