Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
8845musign committed May 27, 2024
1 parent 745620d commit 4883f55
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/react/examples/bold/AsVariationsExample.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Bold } from '@ubie/ubie-ui/font';
import { Stack } from '@ubie/ubie-ui';
import { Bold } from '@ubie/ubie-ui/font';
import type { FC } from 'react';

export const AsVariationsExample: FC = () => {
Expand Down
2 changes: 0 additions & 2 deletions src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
import { Image } from 'astro:assets';
import GitHubMark from '@assets/images/github-mark.svg';
import '@unocss/reset/sanitize/sanitize.css';
import '@unocss/reset/sanitize/assets.css';
import '@ubie/design-tokens/dist/tokens.css';
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/ComponentLayout.astro
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
import PropsTable from '@components/astro/PropsTable.astro';
import RepositoryLink from '@components/astro/RepositoryLink.astro';
import ExampleSwitcher from '@components/react/ExampleSwitcher';
import PostLayout from '@layouts/PostLayout.astro';
import { extractPropsFromFile, getAllExample, buildComponentPath } from '@utils/server';
import type { MarkdownLayoutProps } from 'astro';
import RepositoryLink from '@components/astro/RepositoryLink.astro';
type Props = MarkdownLayoutProps<{
title: string;
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/PostLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const { title, description } = Astro.props.frontmatter;

.heading {
display: flex;
justify-content: flex-start;
gap: 20px;
justify-content: flex-start;
}
</style>

0 comments on commit 4883f55

Please sign in to comment.