Skip to content

Commit

Permalink
<Portfolio>: update plus icon
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylyeo committed Apr 27, 2023
1 parent 5e1a16f commit c0d0f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Portfolio.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
<InlineContainer containerClass="align-end" isOpen={state !== State.Editing}>
<div class="bar align-end" transition:scale>
{#if state === State.Idle}
<button class="add" data-before="+" on:click={() => state = State.Adding} transition:scale>Add Account</button>
<button class="add" data-before="" on:click={() => state = State.Adding} transition:scale>Add Account</button>
{/if}
<InlineContainer containerClass="align-end">
<button data-before="✎" on:click={() => state = State.Editing} transition:scale>Edit</button>
Expand Down

1 comment on commit c0d0f7b

@vercel
Copy link

@vercel vercel bot commented on c0d0f7b Apr 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blockhead – ./

blockhead-git-main-darrylyeo.vercel.app
blockhead-darrylyeo.vercel.app
blockhead-phi.vercel.app

Please sign in to comment.