Skip to content

Commit

Permalink
Update page.js
Browse files Browse the repository at this point in the history
  • Loading branch information
eunseoseol authored Feb 21, 2024
1 parent 1985b1e commit 82f6dc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ export default function Page() {
const isAppleDevice = /iphone|ipad|ipod|macintosh/.test(userAgent);

if (isAppleDevice) {
setStoreUrl("https://discord.gg/KS5FJ6ge");
setStoreUrl("https://discord.gg/galactic3141");
} else {
setStoreUrl("https://discord.gg/KS5FJ6ge");
setStoreUrl("https://discord.gg/galactic3141");
}

const handleResize = () => {
Expand Down

0 comments on commit 82f6dc3

Please sign in to comment.