summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2025-11-11 08:17:50 +0100
committernavewindre <boneyaard@gmail.com>2025-11-11 08:17:50 +0100
commitee4ca553a1234f9c5c0584b7897b41049e420685 (patch)
tree4d30008ac8951c4321438d01ed46f569895b0c29
parentf5e29189f70c5c8532916504a1a22f8c586f6e73 (diff)
opps
-rw-r--r--.gitignore5
-rw-r--r--web/src/pkg.tsx2
2 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 0804053..e52f7e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
-*.smx \ No newline at end of file
+*.smx
+web/dist
+web/node_modules
+web/package-lock.json
diff --git a/web/src/pkg.tsx b/web/src/pkg.tsx
index 70e75c6..60a51bb 100644
--- a/web/src/pkg.tsx
+++ b/web/src/pkg.tsx
@@ -121,7 +121,7 @@ function PackageEntry( props: any ) {
<td>
{ entry.name == "../" &&
<a href='#' onclick={ () => back() } class="package-entry-link">
- ../yes
+ ../
</a> }
{ entry.name != "../" &&
<a href='#' onclick={ () => JSX.navigate( urlForHref( entry.name, entry.isdir ) ) } class="package-entry-link">