Minor change...

This commit is contained in:
Scott Idem
2025-04-02 17:48:55 -04:00
parent ee5bd83673
commit f59a159712
2 changed files with 5 additions and 5 deletions

View File

@@ -447,15 +447,15 @@ $effect(() => {
<div <div
class="flex text-sm sm:text-sm md:text-md lg:text-md xl:text-md 2xl:text-lg text-slate-400 hover:text-slate-800 transition px-1" class="flex text-sm sm:text-sm md:text-md lg:text-md xl:text-md 2xl:text-lg text-slate-400 hover:text-slate-800 transition px-1 hidden"
class:ae_debug={$ae_loc.debug} class:ae_debug={$ae_loc.debug}
> >
<button <button
type="button" type="button"
onclick={() => { onclick={() => {
console.log('Debug ae_loc:', $ae_loc); console.log('Debug ae_loc:', $ae_loc);
$ae_loc.debug = !$ae_loc?.debug; $ae_loc.debug = !$ae_loc?.debug;
}} }}
id="AE-Quick-Debug" id="AE-Quick-Debug"
class="ae_quick_debug btn btn-sm variant-glass-surface transition-all" class="ae_quick_debug btn btn-sm variant-glass-surface transition-all"
title="Turn debug content and styles off and on" title="Turn debug content and styles off and on"

View File

@@ -93,7 +93,7 @@ if (browser) {
size="1.5em" size="1.5em"
class="mx-1 inline-block text-gray-500" class="mx-1 inline-block text-gray-500"
/> />
<abbr title="Aether"> <abbr title="Aether - Journals Module">
&AElig; &AElig;
Journals Journals
</abbr> </abbr>