Skip to content

Commit 851749c

Browse files
authored
fix: header partial throws 500 error (#153)
1 parent d1c18ca commit 851749c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/partials/_header.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<%= link_to Avo.configuration.app_name, main_app.root_path, class: 'text-green-600 font-semibold', target: :_blank %>
1+
<%= link_to Avo.configuration.app_name, '/', class: 'text-green-600 font-semibold', target: :_blank %>
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<%= link_to Avo.configuration.app_name, main_app.root_path, class: 'text-green-600 font-semibold', target: :_blank %>
1+
<%= link_to Avo.configuration.app_name, '/', class: 'text-green-600 font-semibold', target: :_blank %>

0 commit comments

Comments
 (0)