From e582f8723ad7bcd6f9c5730392c8dea54b2f6d61 Mon Sep 17 00:00:00 2001 From: James Morris Date: Thu, 7 Jul 2022 12:03:46 +0200 Subject: [PATCH] Tweaked the link for sign in --- apps/comments-ui/src/components/NotSignedInBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/comments-ui/src/components/NotSignedInBox.js b/apps/comments-ui/src/components/NotSignedInBox.js index 933da37bfe..418d1f3c67 100644 --- a/apps/comments-ui/src/components/NotSignedInBox.js +++ b/apps/comments-ui/src/components/NotSignedInBox.js @@ -2,7 +2,7 @@ function NotSignedInBox() { return (

Want to join the discussion?

- Sign in to comment + Sign in to comment
); }