Skip to content

Commit 1dae26e

Browse files
committed
Fix compile
1 parent ab7f619 commit 1dae26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/guides/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function Guides(props: Props & { location: string }) {
2525
{props.guides.map(g => (
2626
<li key={g}>
2727
-{" "}
28-
<FormattedLink font="semibold" size="xl" location={props.location} href={`/guides/${urlify(g)}`} >
28+
<FormattedLink font="semibold" size="xl" location={props.location} href={`/guides/${urlify(g, false)}`} >
2929
{g}
3030
</FormattedLink>
3131
</li>

0 commit comments

Comments
 (0)