diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 609328c..ce5e91b 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -21,7 +21,6 @@ runs: cache: pnpm registry-url: 'https://registry.npmjs.org' - - name: Install run: pnpm install shell: bash diff --git a/packages/ui/src/components/sidebar-button-fullscreen.astro b/packages/ui/src/components/sidebar-button-fullscreen.astro index 9de4d79..2ae7a60 100644 --- a/packages/ui/src/components/sidebar-button-fullscreen.astro +++ b/packages/ui/src/components/sidebar-button-fullscreen.astro @@ -16,7 +16,7 @@ interface Props { href={getPathWithBase(`/stories/${Astro.props.story}`, BASE_URL)} title="Go full screen" > - + ) : null } diff --git a/packages/ui/src/components/sidebar-title.astro b/packages/ui/src/components/sidebar-title.astro index 2919adc..28af845 100644 --- a/packages/ui/src/components/sidebar-title.astro +++ b/packages/ui/src/components/sidebar-title.astro @@ -7,7 +7,7 @@ import BASE_URL from 'virtual:astrobook/base-url.mjs'