File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import goToLetterBoard from '@/assets/images/go-to-letter-board.png';
44
55const GoToLetterBoard = ( ) => {
66 return (
7- < div className = "absolute right-[-56%] bottom-[28%] z-9 flex w-full md:right-[-42%]" >
7+ < div className = "absolute right-[-56%] bottom-[28%] z-9 flex w-full md:right-[-42%] lg:right-[-20%] " >
88 < div className = "text-left" >
9- < p className = "text-gray-60 body-r mb-1 ml-2 dark:text-white " > 게시판</ p >
9+ < p className = "text-gray-60 body-r mb-1 ml-2" > 게시판</ p >
1010 < Link to = "/board/letter" >
1111 < img
1212 src = { goToLetterBoard }
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const ShareApprovalPage = () => {
2626 if ( action === 'approve' ) {
2727 setToastActive ( {
2828 toastType : 'Success' ,
29- title : '편지를 성공적으로 공유하였습니다 . 게시판에서 확인해보세요!' ,
29+ title : '편지가 공유되었습니다 . 게시판에서 확인해보세요!' ,
3030 time : 5 ,
3131 } ) ;
3232 } else {
You can’t perform that action at this time.
0 commit comments