-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1703eb1
commit 5649f91
Showing
4 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,16 +65,16 @@ export const DMCA: FC<ReportTemplateProps> = ({ values, errors, touched, setFiel | |
권리자 본인임을 증명 (단체 소속인 경우 어떤 자격으로 단체를 대표하여 신고하는지 | ||
설명) | ||
</li> | ||
<li>본인의 권리를 입증 (원본 컨텐츠의 주소, 라이선스 등을 포함)</li> | ||
<li>본인의 권리를 입증 (원본 콘텐츠의 주소, 라이선스 등을 포함)</li> | ||
</ul> | ||
<p className='mb-1 text-sm text-gray-400'> | ||
컨텐츠를 추가로 첨부해야하는 경우{' '} | ||
콘텐츠를 추가로 첨부해야하는 경우{' '} | ||
<a | ||
className='text-blue-400' | ||
target='_blank' | ||
rel='noreferrer' | ||
href={`mailto:[email protected]?subject=${encodeURI( | ||
'[DMCA] 추가 컨텐츠' | ||
'[DMCA] 추가 콘텐츠' | ||
)}&body=${encodeURI('디스코드 태그:')}`} | ||
> | ||
[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters