Align left

I thought I like these centered by they feel more like back links on the
left (as they are elsewhere in BOXCAR)
This commit is contained in:
Jason Zimdars
2025-10-29 11:54:47 -05:00
committed by Stanko K.R.
parent 21d1942c99
commit 8e0efd2f38
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<% content_for :header do %>
<%= render "filters/menu" %>
<div class="header__title">
<div class="header__actions header__actions--start">
<%= link_to account_join_code_path, class: "btn borderless txt-medium", data: { controller: "hotkey", action: "keydown.esc@document->hotkey#click" } do %>
<span class="overflow-ellipsis">&larr; <strong>Invite link</strong></span>
<% end %>
+1 -1
View File
@@ -2,7 +2,7 @@
<% content_for :header do %>
<%= render "filters/menu" %>
<div class="header__title">
<div class="header__actions header__actions--start">
<%= link_to account_settings_path, class: "btn borderless txt-medium", data: { controller: "hotkey", action: "keydown.esc@document->hotkey#click" } do %>
<span class="overflow-ellipsis">&larr; <strong>Account Settings</strong></span>
<% end %>