We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7886a commit 5b40f0dCopy full SHA for 5b40f0d
1 file changed
src/pages/links.astro
@@ -7,7 +7,7 @@ import ListElement from "../components/elements/ListElement.astro";
7
let websites = [
8
{
9
text: "AlterHomeLabs",
10
- href: "https://alterhomelabs.org"
+ href: "https://alterhomelabs.org",
11
},
12
13
text: "NE0NBandit Street",
@@ -59,6 +59,10 @@ let webrings = [
59
];
60
61
let tools = [
62
+ {
63
+ text: "Live Circuit Simulator",
64
+ href: "https://www.falstad.com/circuit/circuitjs.html",
65
+ },
66
67
text: "readme.so",
68
href: "https://readme.so/",
0 commit comments