Skip to content
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion src/app/(private)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const QUICK_ACTIONS = [
title: '매장찾기',
hint: 'Near',
tone: 'from-amber-200 to-amber-50',
href: '/map',
href: 'https://www.lguplus.com/support/store-address?gad_source=1&gad_campaignid=23361299212&gbraid=0AAAAAq0QTp2_fQb5sWRVy9Irg52X_WjJq&gclid=Cj0KCQiAp-zLBhDkARIsABcYc6vhkXVPDHzNk8NohISduuaukR07iinMJholXRQZI1Bdzn7w2tSjVQUaAoslEALw_wcB',
kind: 'internal',
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
},
];
Expand Down