Skip to content

Commit

Permalink
DO NOT USE BAIDU, even as a place holder (#20)
Browse files Browse the repository at this point in the history
* DO NOT USE BAIDU, even as a place holder

* fix quote marks

---------

Co-authored-by: Denny <denny@DennydeMac-Studio.local>
Co-authored-by: fisher <hi@denny.im>
  • Loading branch information
3 people authored Mar 10, 2023
1 parent e940ed9 commit 6115d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/src/components/JoinCollatorModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ const JoinCollatorModal = forwardRef<JoinCollatorRefs>((props, ref) => {
className={"text-halfWhite text-12 divider border-b pb-[10px]"}
dangerouslySetInnerHTML={{
__html: t(localeKeys.howToJoinCollator, {
runNodeUrl: "https://www.baidu.com",
tutorialUrl: "https://www.baidu.com",
runNodeUrl: "https://docs.darwinia.network/how-to-become-a-collator-679e363b68ab47189bde7826c8258c1d",
tutorialUrl: "https://docs.darwinia.network/how-to-become-a-collator-679e363b68ab47189bde7826c8258c1d",
}),
}}
/>
Expand Down

0 comments on commit 6115d78

Please sign in to comment.