Skip to content

Commit

Permalink
fix: fix 102 meta image
Browse files Browse the repository at this point in the history
  • Loading branch information
chongqiangchen committed Jul 9, 2024
1 parent cf730f3 commit aa999e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/solidity-102/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ import {COURSE_ID_SOLIDITY_102} from "@site/src/constants/course";
<PageMetadata
title="Solidity 102 进阶"
description="学习Solidity进阶内容!"
image="https://gateway.pinata.cloud/ipfs/QmYDJ1c9WuqCsEPZDGo8huyCPPkYjd1WoqDvBhSbNsgtJ2/102.png"
image="https://magenta-eldest-buzzard-881.mypinata.cloud/ipfs/QmYJ1kxbVMNZjmfmJUht5AgVwbpgXjsoorV5S4DXZpf2qG"
/>
2 changes: 1 addition & 1 deletion src/pages/certificate/_StepEnd.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const StepEnd = (props: { txInfo: any }) => {
const twLink = useMemo(() => {
const text = `I completed the ${CourseIdAndNameMap[courseId]} course at WTF Academy and claimed a certificate on @base ! @WTFAcademy_
Join us at https://wtf.academy/${CourseIdAndSuffixLinkMap[courseId]}?v=1`;
Join us at https://wtf.academy/${CourseIdAndSuffixLinkMap[courseId]}?v=2`;

return `https://twitter.com/intent/tweet?text=${encodeURIComponent(text)}`;
}, [courseId, title]);
Expand Down

0 comments on commit aa999e0

Please sign in to comment.