Change font

This commit is contained in:
2025-04-11 22:39:56 +03:00
parent 6aceb65369
commit 966f6e8dde
8 changed files with 5477 additions and 2001 deletions

View File

@@ -1,6 +1,8 @@
<script setup lang="ts">
import AppFooter from "./app-footer.vue";
useHead({ title: "Strivify - Please sign in" });
const { openInPopup } = useUserSession();
</script>