From 5bd20d82de805938b0e676538604dcc5bf3759a5 Mon Sep 17 00:00:00 2001 From: Jacklyn Ma <29336370+jacklynhma@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:27:29 -0600 Subject: [PATCH] fix styling of link --- app/views/profiles/show.html.erb | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/app/views/profiles/show.html.erb b/app/views/profiles/show.html.erb index de27dfdd431..7980c1cbd7a 100644 --- a/app/views/profiles/show.html.erb +++ b/app/views/profiles/show.html.erb @@ -95,13 +95,15 @@ %> <% end %> <% if @user.homepage_url.present? %> - <%= - link_to( - @user.homepage_url, - rel: "nofollow", - class: "profile__header__attribute t-link--black" - ) - %> +
+ <%= + link_to( + @user.homepage_url, + rel: "nofollow", + class: "profile__header__attribute t-link--black" + ) + %> +
<% end %> <% end %>