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/menu/ui/MyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ const MyPage = () => {
<span className="text-sm md:text-medium">이메일 주소로 문의 부탁드립니다</span>
<br />
<a
href={`mailto:gotogether@gmail.com?subject=${encodeURIComponent(
href={`mailto:gotogether.dev@gmail.com?subject=${encodeURIComponent(
'같이가요 서비스 문의'
)}&body=${encodeURIComponent(
`안녕하세요, 같이가요 서비스 개발팀입니다.\n\n서비스 이용 중 발생한 오류나 불편 사항을 공유해주시면, 더 나은 서비스 제공에 큰 도움이 됩니다.\n정확한 확인을 위해 [화면 캡처, 페이지 위치, 에러 내용] 등을 함께 작성해주시면 감사하겠습니다.`
)}`}
className="text-sm md:text-medium font-semibold underline text-blue-600"
>
gotogether@gmail.com
gotogether.dev@gmail.com
</a>
</div>
)}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/menu/ui/MyTicketPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ const MyTicketPage = () => {
}`}
aspectRatio="md:aspect-[3/4.7] sm:aspect-[1/2]"
>
<div className="flex items-center text-xs text-gray-500">
<div className="flex items-center text-xs text-gray-500 w-full">
<img src={ticketImg} alt="티켓" className="w-3 h-3 mr-1" />
{ticket.ticketName}
<span className="truncate whitespace-nowrap overflow-hidden">{ticket.ticketName}</span>
</div>
<div className="flex items-center text-xs text-gray-500">
<img
Expand Down