From 28dfcffcf54c28c3cbb77053e7762080239b0178 Mon Sep 17 00:00:00 2001 From: Juliano Farias Date: Thu, 17 Sep 2020 23:32:06 +0200 Subject: [PATCH] fix: remove trailing quotes from supporters links The quotes were breaking the links. --- docs/src/pages/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index eea286b023..6b8add22cc 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -11,8 +11,8 @@ import Head from 'next/head' const supporters = [ ['Kent C. Dodds (kentcdodds.com)', 'https://kentcdodds.com/'], - ['@bgazzera', 'https://github.com/bgazzera"'], - ['Gabe Ragland', 'https://github.com/gragland"'], + ['@bgazzera', 'https://github.com/bgazzera'], + ['Gabe Ragland', 'https://github.com/gragland'], ] const fans = [