feat(app): remove links to npm & github

This commit is contained in:
ayo 2026-06-22 22:15:31 +02:00
parent b8a1116494
commit 18a7713149

View file

@ -16,7 +16,7 @@
--mnswpr-transition: 10s ease-in-out; --mnswpr-transition: 10s ease-in-out;
} }
nav { sup {
a { a {
color: white; color: white;
text-decoration-color: orange; text-decoration-color: orange;
@ -31,11 +31,6 @@
</head> </head>
<body> <body>
<div id="body-wrapper"> <div id="body-wrapper">
<nav>
<a target="_blank" href="https://npmx.dev/package/@ayo-run/mnswpr">npm</a>
&middot;
<a target="_blank" href="https://github.com/ayo-run/mnswpr">github</a>
</nav>
<div id="app"> <div id="app">
Please use Chrome or Firefox. Please use Chrome or Firefox.
</div> </div>