Skip to content

Commit 599e99f

Browse files
committed
Use text-decoration-done styling for mailer branding platform name link
1 parent 6ea0506 commit 599e99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/better_together/mailers/_navbar_brand.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<%= cache ['mailer_header_branding', host_community.cache_key_with_version] do %>
33
<!-- Branding Element -->
4-
<%= link_to base_url_with_locale, class: 'navbar-brand' do %>
4+
<%= link_to base_url_with_locale, class: 'navbar-brand text-decoration-none' do %>
55
<% if host_community.logo.attached? %>
66
<%= image_tag rails_storage_proxy_url(host_community.optimized_logo), class: "#{dom_class(host_community, :host)}_logo", title: host_community.name, alt: host_community.name %>
77
<% else %>

0 commit comments

Comments
 (0)