Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Aug 14, 2024
1 parent 8249f9c commit d1f97ee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ runs:
cache: pnpm
registry-url: 'https://registry.npmjs.org'


- name: Install
run: pnpm install
shell: bash
2 changes: 1 addition & 1 deletion packages/ui/src/components/sidebar-button-fullscreen.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface Props {
href={getPathWithBase(`/stories/${Astro.props.story}`, BASE_URL)}
title="Go full screen"
>
<span class=":uno: i-lucide:square-arrow-out-up-right block size-4 box-border" />
<span class=":uno: i-lucide:square-arrow-out-up-right box-border block size-4" />
</SidebarButton>
) : null
}
2 changes: 1 addition & 1 deletion packages/ui/src/components/sidebar-title.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import BASE_URL from 'virtual:astrobook/base-url.mjs'

<a
class:list={[
':uno: p-2 font-semibold text-gray-500 no-underline transition hover:text-gray-800 dark:text-gray-400 dark:hover:text-gray-200 rounded',
':uno: rounded p-2 font-semibold text-gray-500 no-underline transition hover:text-gray-800 dark:text-gray-400 dark:hover:text-gray-200',
'astrobook-focus-ring',
]}
href={getPathWithBase('/', BASE_URL)}
Expand Down

0 comments on commit d1f97ee

Please sign in to comment.