Kind of hate that icon, let's try something else

This commit is contained in:
Jason Zimdars
2024-11-19 09:59:02 -06:00
parent 0d4dc9f474
commit 939218aa58
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -1 +0,0 @@
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m2.6 21.4c-.9-.7-1.4-1.9-1.3-3 .2-1.6 1.5-3.3 2.9-3.9 5.8-2.6 8.3 10.9.5 8.1-.5-.2-.8-.4-1.3-.5-.4-.2-.6-.4-.9-.6z"/><path d="m22.1 20.3c-.4.8-1.2 1.3-2.1 1.4-1.3.1-2.7-.5-3.4-1.5-2.9-3.8 7-7.7 6-1.7 0 .4-.1.7-.2 1 0 .3-.2.5-.3.8z"/><path d="m17.4 1.9c.9-.6 2.1-.7 3-.3 1.4.5 2.6 1.9 2.8 3.4.8 5.5-12.1 4.1-7.4-1.5.3-.3.5-.6.8-.9.3-.2.5-.5.8-.6z"/><path d="m.7 5c0-1.3.5-2.6 1.6-3.3 1.5-1.1 3.8-1.2 5.5-.5 6.8 3.1-2.9 15.2-6.4 6.4-.2-.5-.4-1-.5-1.5-.1-.4-.3-.8-.2-1.3z"/><path d="m6.5 12c0 .4.3.7.7.7h4s.1 0 .1.1v4c0 .4.3.7.7.7s.7-.3.7-.7v-4s0-.1.1-.1h4c.4 0 .7-.3.7-.7s-.3-.7-.7-.7h-4s-.1 0-.1-.1v-4c0-.4-.3-.7-.7-.7s-.7.3-.7.7v4s0 .1-.1.1h-4c-.4 0-.7.3-.7.7z"/></svg>

Before

Width:  |  Height:  |  Size: 738 B

+2 -2
View File
@@ -7,8 +7,8 @@
<span class="for-screen-reader">Account settings</span>
<% end %>
<%= link_to new_bucket_path, class: "btn btn--plain flex-item-justify-end", style: "view-transition-name: new-bucket" do %>
<%= image_tag "bubbles-add.svg", aria: { hidden: true }, size: 24 %>
<%= link_to new_bucket_path, class: "btn flex-item-justify-end", style: "view-transition-name: new-bucket" do %>
<%= image_tag "add.svg", aria: { hidden: true }, size: 24 %>
<span class="for-screen-reader">Add a new project</span>
<% end %>
</nav>
+1 -1
View File
@@ -11,7 +11,7 @@
<div class="panel shadow center" style="--panel-size: 55ch; view-transition-name: new-bucket">
<%= form_with model: @bucket, class: "flex flex-column gap txt-large" do |form| %>
<%= image_tag "bubbles-add.svg", aria: { hidden: "true" }, size: 150, class: "colorize--black center" %>
<%= image_tag "bubbles.svg", aria: { hidden: "true" }, size: 150, class: "colorize--black center" %>
<label class="flex align-center gap">
<%= form.text_field :name, required: true, class: "input full-width", autofocus: true, placeholder: "Give it a name…" %>
</label>