Skip to content

Commit

Permalink
경로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
YOOJS1205 committed Apr 1, 2024
1 parent 898b22e commit e76bc42
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/main/WriteLogButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function WriteLogButton({
});

const goToReview = () => {
const url = new URL(`${window.location.origin}/review`);
const url = new URL(`${window.location.origin}/feed/regist`);

if (!storeId && searchedPinFromSearchParams) {
url.searchParams.set(
Expand Down

0 comments on commit e76bc42

Please sign in to comment.