Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/Home/components/GoToLetterBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import goToLetterBoard from '@/assets/images/go-to-letter-board.png';

const GoToLetterBoard = () => {
return (
<div className="absolute right-[-56%] bottom-[28%] z-9 flex w-full md:right-[-42%]">
<div className="absolute right-[-56%] bottom-[28%] z-9 flex w-full md:right-[-42%] lg:right-[-20%]">
<div className="text-left">
<p className="text-gray-60 body-r mb-1 ml-2 dark:text-white">게시판</p>
<p className="text-gray-60 body-r mb-1 ml-2">게시판</p>
<Link to="/board/letter">
<img
src={goToLetterBoard}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Share/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const ShareApprovalPage = () => {
if (action === 'approve') {
setToastActive({
toastType: 'Success',
title: '편지를 성공적으로 공유하였습니다. 게시판에서 확인해보세요!',
title: '편지가 공유되었습니다. 게시판에서 확인해보세요!',
time: 5,
});
} else {
Expand Down