Skip to content

Commit

Permalink
Show no history message
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed May 22, 2021
1 parent 21b818f commit 1a71445
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/lib/components/history/history.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,11 @@
</li>
{/each}
{:else}
<div class="m-2">Click the Save button to save current state and restore it later.</div>
<div class="m-2 text-gray-600">
No items in History<br />
Click the Save button to save current state and restore it later.<br />
Timeline will automatically be saved every minute.
</div>
{/if}
</ul>
</Card>
Expand Down

0 comments on commit 1a71445

Please sign in to comment.