diff --git a/src/components/AddressBar.astro b/src/components/AddressBar.astro index b8fbf83..576839a 100644 --- a/src/components/AddressBar.astro +++ b/src/components/AddressBar.astro @@ -12,7 +12,7 @@ const { url } = Astro.props; - + @@ -24,8 +24,20 @@ const { url } = Astro.props; diff --git a/src/components/Library.astro b/src/components/Library.astro index 8c280f5..a2a414e 100644 --- a/src/components/Library.astro +++ b/src/components/Library.astro @@ -72,7 +72,7 @@ const {postDivSelector, skipSave = false} = Astro.props; if (postDiv && newPost?.innerHTML) { postDiv.innerHTML = newPost.innerHTML const homeBtn = document.getElementById('app-home') as HTMLButtonElement; - homeBtn.setAttribute('style', 'display: block'); + homeBtn.removeAttribute('disabled'); } } const item = document.createElement('li');