Skip to content

Commit 510619c

Browse files
docs: remove trailing quotes from supporters links (#1045)
The quotes were breaking the links.
1 parent 9df60c9 commit 510619c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import Head from 'next/head'
1111

1212
const supporters = [
1313
['Kent C. Dodds (kentcdodds.com)', 'https://kentcdodds.com/'],
14-
['@bgazzera', 'https://github.com/bgazzera"'],
15-
['Gabe Ragland', 'https://github.com/gragland"'],
14+
['@bgazzera', 'https://github.com/bgazzera'],
15+
['Gabe Ragland', 'https://github.com/gragland'],
1616
]
1717

1818
const fans = [

0 commit comments

Comments
 (0)