diff --git a/repos.bzl b/repos.bzl index 1b44d6c76..57f979e80 100644 --- a/repos.bzl +++ b/repos.bzl @@ -125,7 +125,7 @@ def register_repos(): urls = [ "https://github.com/ankitects/rules_svelte/archive/anki-2021-02-06.tar.gz", ], - sha256 = "7069687c83754271f72c34c4d1b57c9812565b47754d3d673828c01a78a6f139", + sha256 = "f77a96ae5a354f8c3c24045f3bee8521bfe56224292d4f71184a3382784640eb", ) # translations diff --git a/ts/graphs/CardCounts.svelte b/ts/graphs/CardCounts.svelte index d63f91d99..c7152f6ae 100644 --- a/ts/graphs/CardCounts.svelte +++ b/ts/graphs/CardCounts.svelte @@ -33,7 +33,7 @@ const total = i18n.tr(i18n.TR.STATISTICS_COUNTS_TOTAL_CARDS); -