Skip to content

Commit 5a542b3

Browse files
committed
Add locale false to Link component on team page. Fixes #1025
Signed-off-by: Andy Piper <andypiper@users.noreply.github.com>
1 parent e69d543 commit 5a542b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pages/about/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ const About = () => (
172172
<Link
173173
key={`about/${member.slug}`}
174174
href={`/about/${member.slug}`}
175+
locale={false}
175176
className="text-blurple-600 hocus:underline"
176177
>
177178
{member.name}

0 commit comments

Comments
 (0)