💄 Optimize header style

This commit is contained in:
2025-09-12 00:05:20 +08:00
parent 3ab5140d80
commit 6165218a19
2 changed files with 27 additions and 1 deletions

View File

@@ -45,6 +45,10 @@ const { data: terms } = await useAsyncData(
.all(),
{ watch: [chosenLanguage] },
);
definePageMeta({
title: "Terms and Conditions",
});
</script>
<style scoped>