Skip to content

Commit 0172e6b

Browse files
Update app/views/layouts/solid_errors/application.html.erb
Co-authored-by: Stephen Margheim <[email protected]>
1 parent b4e7afa commit 0172e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/solid_errors/application.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body class="h-full flex flex-col pb-4">
1111
<main class="grow container mx-auto mt-4">
1212
<% if defined?(main_app.root_path) %>
13-
<%= link_to "< Back to main app", main_app.root_path, class: "text-sm text-blue-500 hover:underline decoration-blue-500" %>
13+
<%= link_to " Back to main app", main_app.root_path, class: "text-sm text-blue-500 hover:underline decoration-blue-500" %>
1414
<% end %>
1515
<%= content_for?(:content) ? yield(:content) : yield %>
1616
</main>

0 commit comments

Comments
 (0)