Skip to content

Commit aa5e42b

Browse files
feat(login page): hide the Facebook button
1 parent 6df20a8 commit aa5e42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/devise/sessions/new.html.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
figure.image.is-24x24
1313
= image_tag('google.svg', class:'is-rounded', alt: 'G')
1414
|   Google
15-
= link_to "#", method: :post, class: 'button has-fixed-width is-outlined is-budgeting-kid-hoverable' do
15+
/= link_to "#", method: :post, class: 'button has-fixed-width is-outlined is-budgeting-kid-hoverable' do
1616
span
1717
figure.image.is-24x24
1818
= image_tag('facebook.svg', class:'is-rounded', alt: 'G')

0 commit comments

Comments
 (0)