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 e69d543 commit 5a542b3Copy full SHA for 5a542b3
1 file changed
pages/about/index.tsx
@@ -172,6 +172,7 @@ const About = () => (
172
<Link
173
key={`about/${member.slug}`}
174
href={`/about/${member.slug}`}
175
+ locale={false}
176
className="text-blurple-600 hocus:underline"
177
>
178
{member.name}
0 commit comments