diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 46d9263..3dfe432 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -3,7 +3,6 @@ name: git push into another repo to deploy to vercel on: push: branches: [main] - jobs: build: runs-on: ubuntu-latest @@ -23,7 +22,7 @@ jobs: destination-github-username: BearHumanS destination-repository-name: Team_side_project_pokemon user-email: ${{ secrets.HUN_EMAIL }} - commit-message: ${{ github.event.commits[0].message }} + commit-message: ${{ github.event.head_commit.message }} target-branch: main - name: Pushes to Pokehub uses: cpina/github-action-push-to-another-repository@main @@ -34,7 +33,7 @@ jobs: destination-github-username: cdm1263 destination-repository-name: Pokehub user-email: ${{ secrets.CDM_EMAIL }} - commit-message: ${{ github.event.commits[0].message }} + commit-message: ${{ github.event.head_commit.message }} target-branch: main - name: Pushes to Pokehub uses: cpina/github-action-push-to-another-repository@main @@ -45,7 +44,7 @@ jobs: destination-github-username: DICEPT destination-repository-name: Pokehub user-email: ${{ secrets.DICEPT_EMAIL }} - commit-message: ${{ github.event.commits[0].message }} + commit-message: ${{ github.event.head_commit.message }} target-branch: main - name: Test get variable exported by push-to-another-repository run: echo $DESTINATION_CLONED_DIRECTORY diff --git a/src/components/header/MobileNavMenu.tsx b/src/components/header/MobileNavMenu.tsx index 2962602..4173acf 100644 --- a/src/components/header/MobileNavMenu.tsx +++ b/src/components/header/MobileNavMenu.tsx @@ -46,7 +46,7 @@ const MobileNavMenu = () => { 도감 - +
카드 제작 diff --git a/src/components/mypage/MobileMypageAlert.tsx b/src/components/mypage/MobileMypageAlert.tsx index 938b0c1..cb26fe4 100644 --- a/src/components/mypage/MobileMypageAlert.tsx +++ b/src/components/mypage/MobileMypageAlert.tsx @@ -5,7 +5,7 @@ const MobileMypageAlert = ({ isOpen }: { isOpen: boolean }) => { const router = useRouter(); const onMovetoMakecard = () => { - router.push('/cardedit'); + router.push('/cardEdit'); }; return ( <> diff --git a/src/components/mypage/Mycard.tsx b/src/components/mypage/Mycard.tsx index 82f2fe6..9d32a84 100644 --- a/src/components/mypage/Mycard.tsx +++ b/src/components/mypage/Mycard.tsx @@ -86,7 +86,7 @@ const Mycard = () => { const onMoveMakeCard = () => { if (windowWidth <= 768) { setIsAlert((prev) => !prev); - } else router.push('/cardedit'); + } else router.push('/cardEdit'); }; const onModalToggle = (card?: Card) => { diff --git a/src/components/plate/FilterPlates.tsx b/src/components/plate/FilterPlates.tsx index bbe3cfc..93d7b22 100644 --- a/src/components/plate/FilterPlates.tsx +++ b/src/components/plate/FilterPlates.tsx @@ -61,7 +61,7 @@ const FilterPlates = () => { >
- *속성을 선택해주세요. (중복 선택 가능) + *타입을 선택해주세요. (중복 선택 가능) {renderTypes(koreanTypes)}