We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7f619 commit 1dae26eCopy full SHA for 1dae26e
pages/guides/index.tsx
@@ -25,7 +25,7 @@ export default function Guides(props: Props & { location: string }) {
25
{props.guides.map(g => (
26
<li key={g}>
27
-{" "}
28
- <FormattedLink font="semibold" size="xl" location={props.location} href={`/guides/${urlify(g)}`} >
+ <FormattedLink font="semibold" size="xl" location={props.location} href={`/guides/${urlify(g, false)}`} >
29
{g}
30
</FormattedLink>
31
</li>
0 commit comments