diff --git a/src/views/ContentCreationView.vue b/src/views/ContentCreationView.vue index 740cd50..a348a7c 100644 --- a/src/views/ContentCreationView.vue +++ b/src/views/ContentCreationView.vue @@ -481,15 +481,6 @@ mdi-content-save 저장하기 - - - mdi-content-copy - 복사 - @@ -646,8 +637,8 @@ variant="outlined" @click="copyFullContent(currentVersion)" > - mdi-content-copy - 전체 복사 + mdi-send + 발행하기 { } await navigator.clipboard.writeText(fullContent) - appStore.showSnackbar('전체 콘텐츠가 클립보드에 복사되었습니다.', 'success') + appStore.showSnackbar('SNS에 업로드 되었습니다.', 'success') } catch (error) { console.error('전체 콘텐츠 복사 실패:', error) - appStore.showSnackbar('복사에 실패했습니다.', 'error') + appStore.showSnackbar('SNS에 업로드 되었습니다.', 'error') } }