Style clean up
This commit is contained in:
@@ -59,7 +59,7 @@ onMount(() => {
|
||||
|
||||
<div data-sveltekit-preload-data="false" class="">
|
||||
<button
|
||||
class="btn btn-sm m-1 variant-soft text-error-300 hover:text-error-800"
|
||||
class="btn btn-sm m-1 variant-glass-surface hover:variant-outline-warning text-error-300 hover:text-error-800"
|
||||
title="Reload and clear the page cache"
|
||||
on:click={() => {
|
||||
window.location.reload(true);
|
||||
@@ -69,7 +69,7 @@ onMount(() => {
|
||||
Reload and Clear Cache
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-sm m-1 variant-soft text-error-300 hover:text-error-800"
|
||||
class="btn btn-sm m-1 variant-glass-surface hover:variant-outline-warning text-error-300 hover:text-error-800"
|
||||
title="Clear the browser storage for this page"
|
||||
on:click={() => {
|
||||
localStorage.clear();
|
||||
|
||||
Reference in New Issue
Block a user