Skip to content

Commit b1bdeae

Browse files
committed
fix header
1 parent e99c884 commit b1bdeae

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
<%= link_to 'Avo HQ', 'https://avohq.io', class: 'text-blue-600 font-semibold', target: :_blank %> · <%= link_to 'Source code', 'https://github.com/avo-hq/kanban.avodemo.com', class: 'text-blue-600 font-semibold', target: :_blank %> · <%= link_to 'Avo Documentation', 'https://docs.avohq.io', class: 'text-blue-600 font-semibold', target: :_blank %>
1+
<div class="flex justify-between items-center space-x-2">
2+
<%= link_to 'Avo HQ', 'https://avohq.io', class: 'text-blue-600 font-semibold', target: :_blank %>
3+
<span>·</span>
4+
<%= link_to 'Source code', 'https://github.com/avo-hq/kanban.avodemo.com', class: 'text-blue-600 font-semibold', target: :_blank %>
5+
<span>·</span>
6+
<%= link_to 'Avo Documentation', 'https://docs.avohq.io', class: 'text-blue-600 font-semibold', target: :_blank %>
7+
</div>

0 commit comments

Comments
 (0)