From cd9f2014a89cd7b2ee79c57d790943057257bf06 Mon Sep 17 00:00:00 2001 From: MattTheTekie Date: Thu, 23 Apr 2026 17:53:31 -0400 Subject: [PATCH] chore: fixes --- legacy_about.html | 49 +++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 25 deletions(-) diff --git a/legacy_about.html b/legacy_about.html index 10418f5..ec54bdf 100644 --- a/legacy_about.html +++ b/legacy_about.html @@ -16,36 +16,35 @@ - - + target.innerHTML = section + ? section.innerHTML + : "

About

Failed to load content

"; + }) + .catch(err => { + console.error(err); + target.innerHTML = "

About

Error loading page

"; + }); +}); +