-
- <% if @profile.image.attached? %>
-
- <%= image_tag url_for(@profile.image), class: "absolute" %>
-
- <% else %>
-
- <%= image_tag url_for("user_avatar.svg") %>
-
- <% end %>
-
-
<%= @profile.name.presence || "Anonymous" %>
- <% if @profile.location.present? %>
-
<%= @profile.location %>
- <% end %>
-
-
- <% if @profile.bio.present? %>
-
<%= @profile.bio %>
- <% end %>
-
- <% if @profile.github_url.present? %>
-
-
-
- <% end %>
- <% if @profile.linkedin_url.present? %>
-
-
-
- <% end %>
- <% if @profile.twitter_url.present? %>
-
-
-
- <% end %>
-
+
+
+
+ <% if @profile.image.attached? %>
+
+ <%= image_tag url_for(@profile.image), class: "absolute" %>
+
+ <% else %>
+
+ <%= image_tag url_for("user_avatar.svg") %>
+
+ <% end %>
+
+
<%= @profile.name.presence || "Anonymous" %>
+ <% if @profile.location.present? %>
+
<%= @profile.location %>
+ <% end %>
+
+ <% if @profile.bio.present? %>
+
<%= @profile.bio %>
+ <% end %>
+
+ <% if @profile.github_url.present? %>
+
+
+
+ <% end %>
+ <% if @profile.linkedin_url.present? %>
+
+
+
+ <% end %>
+ <% if @profile.twitter_url.present? %>
+
+
+
+ <% end %>
+
-
- <%= link_to 'Edit Profile', edit_profile_path, class: "text-red font-bold rounded-sm underline italic text-lg" %>
-
+
+
+ <%= link_to 'Edit Profile', edit_profile_path, class: "text-red font-bold rounded-sm underline italic text-lg" %>
+
diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb
index e98db89e..89b8d1af 100644
--- a/app/views/sessions/new.html.erb
+++ b/app/views/sessions/new.html.erb
@@ -1,7 +1,7 @@
<%= form_with model: @user, url: session_path, class: "flex flex-col h-full justify-between w-full max-w-screen-sm" do |form| %>
- <%= inline_svg_tag("main-logo-with-date.svg", class: "w-full mb-10") %>
+ <%= inline_svg_tag("main_logo_with_date.svg", class: "w-full mb-10") %>
Welcome!
Please log in to continue