Skip to content

Commit

Permalink
✏️ docs: Change corp info
Browse files Browse the repository at this point in the history
  • Loading branch information
kms0219kms authored Sep 13, 2024
1 parent 770d53b commit d401155
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,36 +68,16 @@ export default function Index() {

<span>
<a
href="mailto:minsu.kim@hanarin.uk"
href="mailto:minsu.kim@lunaiz.com"
className="text-blue-400 underline"
onClick={(e) => {
e.preventDefault()
alert(
'minsu.kim@hanarin.uk로 메일을 보내주시면 감사하겠습니다.',
'minsu.kim@lunaiz.com로 메일을 보내주시면 감사하겠습니다.',
)
}}
>
이메일로 문의 (추천)
</a>
{' | '}
<a
href="tel:07041552227"
className="text-blue-400 underline"
onClick={(e) => {
e.preventDefault()

if (
/iPhone|iPad|iPod|Android/i.test(navigator.userAgent)
) {
window.location.href = 'tel:07041552227'
} else {
alert(
'070-4155-2227로 전화를 걸어주시면 감사하겠습니다.',
)
}
}}
>
전화로 문의
이메일로 문의
</a>
</span>
</span>
Expand Down

0 comments on commit d401155

Please sign in to comment.