Skip to content

Commit

Permalink
Merge pull request #257 from lidofinance/develop
Browse files Browse the repository at this point in the history
Develop to main
  • Loading branch information
jake4take authored Feb 28, 2024
2 parents 1cd79bc + 055fe37 commit 21f0c3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* @lidofinance/lido-eth-ui @lidofinance/lido-qa
* @lidofinance/lido-si @lidofinance/lido-qa
.github @lidofinance/review-gh-workflows
2 changes: 1 addition & 1 deletion features/ipfs/outdated-hash-banner/use-ipfs-hash-check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const useIpfsHashCheck = () => {
return {
cid: contentHash,
ens: releaseInfo.ens,
link: `https://${releaseInfo.ens}.link`,
link: `https://${releaseInfo.ens}.limo`,
};
}
}
Expand Down

0 comments on commit 21f0c3c

Please sign in to comment.