Skip to content

Commit

Permalink
Merge branch 'main' into 241218-bug-fix
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Lee <haulrest@gmail.com>
  • Loading branch information
HU-Lee authored Dec 17, 2024
2 parents e867d12 + 4cb67ff commit 1d181ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/atoms/button/Download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const DownloadButton: React.FC<DownloadProps> = ({ tag }) => {
element.classList.remove("temporary");
element.classList.add("shadow");
});

if (navigator.userAgent.match(/NAVER|KAKAOTALK/i)) {
Swal.fire({
title: "Data Migration",
Expand Down

0 comments on commit 1d181ca

Please sign in to comment.