Skip to content

Commit

Permalink
fix styling of link
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklynhma committed Nov 15, 2024
1 parent 922a6d0 commit 5bd20d8
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions app/views/profiles/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,15 @@
%>
<% end %>
<% if @user.homepage_url.present? %>
<%=
link_to(
@user.homepage_url,
rel: "nofollow",
class: "profile__header__attribute t-link--black"
)
%>
<p id="homepage-url">
<%=
link_to(
@user.homepage_url,
rel: "nofollow",
class: "profile__header__attribute t-link--black"
)
%>
</p>
<% end %>
<% end %>
</div>
Expand Down

0 comments on commit 5bd20d8

Please sign in to comment.