Skip to content

Commit

Permalink
fix: hotfixes after updating the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ink-victor committed Jan 30, 2025
1 parent da0a6d2 commit a430a1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_phrase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- apps/web/messages/en-US.json
jobs:
deploy-phrase:
if: github.repository == 'inkonchain/frontend'
if: github.repository == 'inkonchain/ink-web-app'
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const AppSubmissionModal: React.FC = () => {
<PullRequestButton
pullRequestUrl={
state.prUrl ||
"https://github.com/inkonchain/frontend/pulls"
"https://github.com/inkonchain/ink-web-app/pulls"
}
/>
</div>
Expand Down

0 comments on commit a430a1a

Please sign in to comment.