From 0c831963f719e71b3fcbcd863d106b6171cee27e Mon Sep 17 00:00:00 2001 From: Ben Halpern Date: Fri, 2 Mar 2018 12:52:10 -0500 Subject: [PATCH] Fix auth with Twitter in two places (#23) * Fix auth with Twitter in two places --- app/views/articles/new.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/articles/new.html.erb b/app/views/articles/new.html.erb index 6d6492f54..35ec9b61f 100644 --- a/app/views/articles/new.html.erb +++ b/app/views/articles/new.html.erb @@ -10,7 +10,7 @@ <%= icon("twitter") %> Auth with Twitter - <%= icon("github") %> Auth with Twitter + <%= icon("github") %> Auth with GitHub

The DEV Community is for amazing humans who code