Skip to content

Commit

Permalink
remove emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
jesi-rgb committed Nov 9, 2023
1 parent 103ae45 commit 61ff683
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/lib/components/Habit.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,6 @@
<div class="">
<Count bind:updated bind:currentCount {habit} {user} />
</div>
<div class="w-1/6 shrink-0">
{#await findEmoji(habit.title)}
<div contenteditable class="text-center text-3xl">{"..."}</div>
{:then emoji}
<div contenteditable class="text-center text-3xl">{emoji}</div>
{/await}
<!-- <Spade size={32} weight="fill" class="mx-auto" /> -->
</div>
<div class="w-7/12 flex items-center space-x-1 h-28">
<div class="flex flex-col justify-evenly h-full my-auto">
<HabitTitle title={habit.title} />
Expand Down

0 comments on commit 61ff683

Please sign in to comment.