feat(home): pictochat -> contact

This commit is contained in:
2025-11-17 00:52:18 +01:00
parent 4c021178ac
commit cde4b991d7
4 changed files with 3 additions and 9 deletions

View File

@@ -1,12 +1,6 @@
<script setup lang="ts">
// the out transition:
// clicked button goes up
// other buttons, including selector fade away, text + status bar of upper screen and clock hands fades away 2x faster
// other buttons + calendar + clock body finish fading away at the same time
// then we wait a bit, and new screen starts appearing
import GameButton from "./GameButton.vue";
import PictochatButton from "./PictochatButton.vue";
import ContactButton from "./ContactButton.vue";
import DownloadPlayButton from "./DownloadPlayButton.vue";
import Selector from "~/components/Common/ButtonSelector.vue";
@@ -67,7 +61,7 @@ const getOpacity = (button?: ButtonType) => {
:y="72 + getButtonOffset('downloadPlay')"
:opacity="getOpacity('downloadPlay')"
/>
<PictochatButton
<ContactButton
:x="32"
:y="72 + getButtonOffset('contact')"
:opacity="getOpacity('contact')"