Skip to content

Commit 6e97f02

Browse files
removed pointer from bootcamps at developers Learning page
1 parent 62b5b3a commit 6e97f02

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/pages/developers/learning-tools.tsx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ import NFTSchoolImage from "@/public/images/dev-tools/nftschool.png"
3838
import NodeGuardiansImage from "@/public/images/dev-tools/node-guardians.jpg"
3939
import EthernautImage from "@/public/images/dev-tools/oz.png"
4040
import PlatziImage from "@/public/images/dev-tools/platzi.png"
41-
import PointerImage from "@/public/images/dev-tools/pointer.png"
4241
import QuestbookImage from "@/public/images/dev-tools/questbook.png"
4342
import RemixImage from "@/public/images/dev-tools/remix.png"
4443
import ReplitImage from "@/public/images/dev-tools/replit.png"
@@ -387,19 +386,6 @@ const LearningToolsPage = () => {
387386
background: "#111f29",
388387
subjects: ["Solidity", "web3"],
389388
},
390-
{
391-
name: "Pointer",
392-
description: t(
393-
"page-developers-learning-tools:page-learning-tools-pointer-description"
394-
),
395-
url: "https://pointer.gg/",
396-
image: PointerImage,
397-
alt: t(
398-
"page-developers-learning-tools:page-learning-tools-pointer-logo-alt"
399-
),
400-
background: "#171717",
401-
subjects: ["Solidity", "web3"],
402-
},
403389
{
404390
name: "Platzi",
405391
description: t(

0 commit comments

Comments
 (0)