tangled
alpha
login
or
join now
tynanpurdy.com
/
atprofile
3
fork
atom
Fork of atp.tools as a universal profile for people on the ATmosphere
3
fork
atom
overview
issues
pulls
pipelines
add links on pds list
Natalie B
11 months ago
cb2387d2
89b91414
+4
-2
1 changed file
expand all
collapse all
unified
split
src
routes
rnfgrertt
pdsls.lazy.tsx
+4
-2
src/routes/rnfgrertt/pdsls.lazy.tsx
···
1
1
import ShowError from "@/components/error";
2
2
import { Loader } from "@/components/ui/loader";
3
3
import { Tabs, TabsList, TabsTrigger, TabsContent } from "@/components/ui/tabs";
4
4
-
import { createLazyFileRoute } from "@tanstack/react-router";
4
4
+
import { createLazyFileRoute, Link } from "@tanstack/react-router";
5
5
import { Check, X } from "lucide-react";
6
6
import { useEffect, useState } from "preact/hooks";
7
7
···
121
121
{Object.entries(pdses).map(([did, pds]) => (
122
122
<tr key={did}>
123
123
<td className="border-b border-gray-100 p-4 text-gray-500 dark:border-gray-700 dark:text-gray-400">
124
124
-
{did}
124
124
+
<Link to={`/pds/$url`} params={{ url: did }}>
125
125
+
{did}
126
126
+
</Link>
125
127
</td>
126
128
<td className="border-b border-gray-100 p-4 max-w-sm text-gray-500 dark:border-gray-700 dark:text-gray-400">
127
129
{pds.version}