Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit f7b2877

Browse files
committed
Code formatting
1 parent 30bb121 commit f7b2877

22 files changed

Lines changed: 1085 additions & 1067 deletions

components/Blog/Error.component.tsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,23 @@ export function Error({ routeBlog = true }: ErrorProps) {
5858
<Button.Standard
5959
icon="feather:arrow-left"
6060
onClick={() => history.go(-1)}
61-
type={NavigationItemType.ACTION}>
61+
type={NavigationItemType.ACTION}
62+
>
6263
Back
6364
</Button.Standard>
6465
<Button.Standard
6566
href="/"
6667
icon="feather:home"
67-
type={NavigationItemType.LINK}>
68+
type={NavigationItemType.LINK}
69+
>
6870
Home
6971
</Button.Standard>
7072
{routeBlog && (
7173
<Button.Standard
7274
href="/blog"
7375
icon="feather:book"
74-
type={NavigationItemType.LINK}>
76+
type={NavigationItemType.LINK}
77+
>
7578
Blog
7679
</Button.Standard>
7780
)}

0 commit comments

Comments
 (0)