Skip to content

Commit

Permalink
#116 Update subscription afdian link and hide opencollective
Browse files Browse the repository at this point in the history
  • Loading branch information
thekingofcity committed Aug 23, 2024
1 parent 3635ba1 commit b9f8d38
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/components/modal/redeem-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,13 @@ const RedeemModal = (props: { isOpen: boolean; onClose: () => void; getSubscript
<ModalBody>
<Text>{t('CDKey could be purchased in the following sites:')}</Text>
<UnorderedList>
<ListItem>
<Link color={linkColour} href="https://afdian.com/a/rail-map-toolkit" isExternal={true}>
爱发电 <Icon as={MdOpenInNew} />
</Link>
</ListItem>
<ListItem>
<Link
color={linkColour}
href="https://opencollective.com/rail-map-toolkit"
href="https://afdian.com/item/9c8b220c614311efab2d52540025c377"
isExternal={true}
>
OpenCollective <Icon as={MdOpenInNew} />
爱发电 <Icon as={MdOpenInNew} />
</Link>
</ListItem>
</UnorderedList>
Expand Down

0 comments on commit b9f8d38

Please sign in to comment.