Skip to content

Commit 58a7eeb

Browse files
committed
button color
1 parent 3c7903e commit 58a7eeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sauce/home.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ async fn download_xs_cache(selected_indexes: HashSet<usize>) {
196196
let json_data = serde_json::to_string_pretty(&cache).unwrap();
197197

198198
// Create a Blob from the JSON data
199-
let mut blob_options = BlobPropertyBag::new();
199+
let blob_options = BlobPropertyBag::new();
200200
blob_options.set_type("application/json");
201201

202202
let blob = Blob::new_with_str_sequence_and_options(
@@ -546,7 +546,7 @@ pub fn home() -> Html {
546546
</button>
547547

548548
<button
549-
class="btn btn-success mt-2"
549+
class="btn btn-primary mt-2"
550550
onclick={onclick_download}
551551
>
552552
<i class="fas fa-download mr-2"></i>

0 commit comments

Comments
 (0)