This commit is contained in:
krille-chan 2023-11-14 16:59:18 +00:00
parent 4dd77e2c74
commit 4429fb4470
3 changed files with 7 additions and 7 deletions

View file

@ -94,16 +94,16 @@
code</a>
-
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800"
href="https://github.com/krille-chan/fluffychat/-/blob/main/PRIVACY.md">Privacy</a>
href="https://github.com/krille-chan/fluffychat/blob/main/PRIVACY.md">Privacy</a>
-
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800"
href="https://github.com/krille-chan/fluffychat/-/blob/main/CHANGELOG.md">Changelog</a>
href="https://github.com/krille-chan/fluffychat/blob/main/CHANGELOG.md">Changelog</a>
-
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800"
href="https://hosted.weblate.org/projects/fluffychat/">Translations</a>
-
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800"
href="https://github.com/krille-chan/fluffychat/-/blob/main/docs/fdroid_repo.md">FluffyChat F-Droid
href="https://github.com/krille-chan/fluffychat/blob/main/docs/fdroid_repo.md">FluffyChat F-Droid
repository</a>
-
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800"
@ -116,4 +116,4 @@
</body>
</html>
</html>

View file

@ -64,8 +64,8 @@ const RESOURCES = {"flutter.js": "6fef97aeca90b426343ba6c5c9dc5d4a",
"assets/fonts/NotoEmoji/NotoColorEmoji.ttf": "ed84f46d3d5564a08541cd64bddd495c",
"assets/NOTICES": "3d7edc5412157a8bad003c7c01e682a2",
"assets/shaders/ink_sparkle.frag": "f8b80e740d33eb157090be4e995febdf",
"index.html": "0834c51f654fd989ff944fd7b0ba3546",
"/": "0834c51f654fd989ff944fd7b0ba3546",
"index.html": "5d11942905c7e60e724c6cccdeb8f768",
"/": "5d11942905c7e60e724c6cccdeb8f768",
"main.dart.js": "cccd8996868c7ef81d805f546d0715a3",
"manifest.json": "cc4b6aa791018840b65fd0b0e325b201",
"version.json": "9bc685167f57a8ed4b7ac7b01368a9c4",

View file

@ -36,7 +36,7 @@
<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "1441343808";
const serviceWorkerVersion = "813015593";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>