File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ import NFTSchoolImage from "@/public/images/dev-tools/nftschool.png"
38
38
import NodeGuardiansImage from "@/public/images/dev-tools/node-guardians.jpg"
39
39
import EthernautImage from "@/public/images/dev-tools/oz.png"
40
40
import PlatziImage from "@/public/images/dev-tools/platzi.png"
41
- import PointerImage from "@/public/images/dev-tools/pointer.png"
42
41
import QuestbookImage from "@/public/images/dev-tools/questbook.png"
43
42
import RemixImage from "@/public/images/dev-tools/remix.png"
44
43
import ReplitImage from "@/public/images/dev-tools/replit.png"
@@ -387,19 +386,6 @@ const LearningToolsPage = () => {
387
386
background : "#111f29" ,
388
387
subjects : [ "Solidity" , "web3" ] ,
389
388
} ,
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
- } ,
403
389
{
404
390
name : "Platzi" ,
405
391
description : t (
You can’t perform that action at this time.
0 commit comments