Skip to content

Commit

Permalink
fix: 이슈 url 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dmswl98 committed Aug 28, 2023
1 parent 8b75569 commit adb95c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Form/SubmitButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import { ResumeFormSchema } from '../Providers/FormProvider';
import { Button } from '../ui/button';

const ISSUE_URL = {
BUG: 'https://github.com/dmswl98/resume-with-ai/issues/new?assignees=&labels=bug&projects=&template=bug_report.yml&title=%5BBUG%5D',
BUG: 'https://github.com/dmswl98/careerboost/issues/new?assignees=&labels=bug&projects=&template=bug_report.yml&title=%5BBUG%5D',
FEATURE:
'https://github.com/dmswl98/resume-with-ai/issues/new?assignees=&labels=feature&projects=&template=feature_request.yml&title=%5BFeature%5D',
'https://github.com/dmswl98/careerboost/issues/new?assignees=&labels=feature&projects=&template=feature_request.yml&title=%5BFeature%5D',
};

const SubmitButton = () => {
Expand Down

0 comments on commit adb95c3

Please sign in to comment.