fix. 머지 충돌 수정

Made-with: Cursor
This commit is contained in:
clkim
2026-02-27 15:46:27 +09:00
parent fd83d3ae94
commit 2779a663d7
17 changed files with 31 additions and 53 deletions

View File

@@ -46,9 +46,9 @@ const handleCopy = async () => {
<transition name="fade">
<AtomsButtonCircle
v-show="!showSnsList"
class="btn-more"
sr-only="sns"
:background-color="snsBackgroundColor"
sr-only="sns"
class="btn-more"
@click="handleControlForce(true)"
>
<AtomsIconsShareLine class="icon-share" />
@@ -61,8 +61,8 @@ const handleCopy = async () => {
v-if="item.use_yn === 1 && item.url"
type="external"
:href="item.url"
:class="['btn-sns', key]"
:sr-only="key"
:class="['btn-sns', key]"
@click="sendLog(locale, { ...analytics, click_item: key })"
>
<img
@@ -79,8 +79,8 @@ const handleCopy = async () => {
</template>
<AtomsButtonCircle
type="action"
class="btn-sns link"
sr-only="copy"
class="btn-sns link"
@click="handleCopy"
>
<img