Skip to content

Commit

Permalink
Updating
Browse files Browse the repository at this point in the history
  • Loading branch information
alankrantas committed May 14, 2023
1 parent 11bd7d8 commit 29859f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/components/NameTitle.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</div>
<div class="col-sm text-start">
<button class="btn btn-sm btn-dark rounded-pill" on:click={() => dispatch('setViewId', 0)}>
<span class="h4">Enter</span>
<span class="h4">Enter</span>
</button>
</div>
</div>
Expand Down Expand Up @@ -73,7 +73,7 @@
/>
{/if}
<button class="btn btn-bg btn-dark rounded-pill" on:click={() => dispatch('setViewId', 0)}>
<span class="h4">Enter</span>
<span class="h4">Enter</span>
</button>
</p>
</div>
Expand All @@ -90,7 +90,7 @@
class="btn btn-dark rounded-4 shadow"
on:click={() => dispatch('setViewId', -1)}
>
<span class="h5">Back to main</span>
<span class="h5">Back to main</span>
</button>
</div>
<div>
Expand Down Expand Up @@ -144,7 +144,7 @@
class="btn btn-sm btn-dark rounded-4 shadow"
on:click={() => dispatch('setViewId', -1)}
>
<span class="h5">Main<br />⭷</span>
<span class="h5">Main</span>
</button>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/ViewItemCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
class="btn btn-info rounded-pill"
on:click={() => dispatch('setViewId', viewItem.id)}
>
<span class="h3 code"></span>
<span class="h3 code">View</span>
</button>
</div>
</div>
Expand Down

0 comments on commit 29859f2

Please sign in to comment.