diff --git a/app/views/landing/index.html.erb b/app/views/landing/index.html.erb index 79b6e9b7..1390a279 100644 --- a/app/views/landing/index.html.erb +++ b/app/views/landing/index.html.erb @@ -1,4 +1,3 @@ -
@@ -36,7 +35,7 @@

Hi Everyone

The meeting will be at this URL

-

<%= @meeting_url %>

+

<%= @meeting_url %>

Please join!

@@ -48,11 +47,11 @@ <% if current_user.nil? %>

You can have a personal URL (with recordings) by signing in below

-
- <%= link_to('/auth/twitter', :class => "btn btn-block btn-md btn-social-icon btn-twitter") do %> +
+ <%= link_to('/auth/twitter', :class => "btn icon btn-lg btn-social-icon btn-twitter") do %> <% end %> - <%= link_to('/auth/google', :class => "btn btn-block btn-md btn-social-icon btn-google") do %> + <%= link_to('/auth/google', :class => "btn icon btn-lg btn-social-icon btn-google") do %> <% end %>
@@ -61,10 +60,9 @@
<%= link_to 'Personal Room', current_user.room_url %>
<%= link_to 'Logout', '/logout' %>
<% end %> +
- -