fix: tweak dialogue, patch item, contributors ui

This commit is contained in:
afn
2023-04-20 22:22:00 -04:00
parent 80ae15bb18
commit 9734d9f64b
7 changed files with 26 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
<script lang="ts">
let _title: string = "";
$: title = _title === "" ? "ReVanced" : `ReVanced | ${_title}`;
$: title = _title === "" ? "ReVanced" : `ReVanced · ${_title}`;
export { _title as title };