feat. home 버튼 컴포넌트 추가
This commit is contained in:
@@ -270,7 +270,7 @@ const handlePreregistClick = () => {
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex gap-3 justify-center flex-wrap mt-8 md:gap-2.5">
|
||||
<AtomsButtonLauncher
|
||||
<BlocksButtonLauncher
|
||||
type="duplication"
|
||||
platform="stove"
|
||||
:background-color="buttonColors.backgroundColor"
|
||||
@@ -278,8 +278,8 @@ const handlePreregistClick = () => {
|
||||
@click="handlePreregistClick"
|
||||
>
|
||||
{{ tm('Preregist_Btn_Preegist') }}
|
||||
</AtomsButtonLauncher>
|
||||
<AtomsButtonLauncher
|
||||
</BlocksButtonLauncher>
|
||||
<BlocksButtonLauncher
|
||||
v-for="platform in platformButtons"
|
||||
:key="`preregist-${platform}`"
|
||||
type="duplication"
|
||||
@@ -288,7 +288,7 @@ const handlePreregistClick = () => {
|
||||
:text-color="buttonColors.textColor"
|
||||
>
|
||||
{{ tm('Preregist_Btn_Preegist') }}
|
||||
</AtomsButtonLauncher>
|
||||
</BlocksButtonLauncher>
|
||||
</div>
|
||||
<WidgetsDescription
|
||||
v-if="preDescriptionData"
|
||||
|
||||
Reference in New Issue
Block a user