Skip to content

Commit

Permalink
Merge pull request #3704 from dfinity/rei/update-token
Browse files Browse the repository at this point in the history
re-add icp tokens page
  • Loading branch information
reigj1 authored Nov 12, 2024
2 parents 2918cd2 + c54d17b commit eab331c
Show file tree
Hide file tree
Showing 3 changed files with 761 additions and 3 deletions.
1 change: 0 additions & 1 deletion plugins/utils/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const redirects = `
/icp-event /events
/videos /news
/icp-newsletter /news
/icp-tokens /how-it-works/tokenomics
/ois /sns
/docs/current/developer-docs/getting-started/overview-of-icp /docs/current/developer-docs/getting-started/network-overview
/docs/videos-tutorials /developers
Expand Down
6 changes: 4 additions & 2 deletions src/pages/defi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ import AnimateSpawn from "../components/Common/AnimateSpawn";
import { CardWithDescription } from "../components/Common/Card";
import LinkArrowRight from "../components/Common/Icons/LinkArrowRight";
import LinkArrowUpRight from "../components/Common/Icons/LinkArrowUpRight";
import RotatingStatPanel, { RotatingStat } from "../components/Common/RotatingStatsPanel";
import RotatingStatPanel, {
RotatingStat,
} from "../components/Common/RotatingStatsPanel";
import ShareMeta from "../components/Common/ShareMeta";
import TranslatedLayout from "../components/Common/TranslatedLayout/TranslatedLayout";
import BackgroundPanel from "../components/LandingPage/BackgroundPanel";
Expand Down Expand Up @@ -338,7 +340,7 @@ function DefiPage() {
<motion.p className="mb-0" variants={transitions.item}>
<Link
className="button-outline-white"
href="https://internetcomputer.org/ecosystem?tag=Wallets"
href="https://internetcomputer.org/ecosystem?tag=Wallet"
>
All ICP wallets
</Link>
Expand Down
Loading

0 comments on commit eab331c

Please sign in to comment.