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

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
NuroDev committed Oct 22, 2021
1 parent 30bb121 commit f7b2877
Show file tree
Hide file tree
Showing 22 changed files with 1,085 additions and 1,067 deletions.
9 changes: 6 additions & 3 deletions components/Blog/Error.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,23 @@ export function Error({ routeBlog = true }: ErrorProps) {
<Button.Standard
icon="feather:arrow-left"
onClick={() => history.go(-1)}
type={NavigationItemType.ACTION}>
type={NavigationItemType.ACTION}
>
Back
</Button.Standard>
<Button.Standard
href="/"
icon="feather:home"
type={NavigationItemType.LINK}>
type={NavigationItemType.LINK}
>
Home
</Button.Standard>
{routeBlog && (
<Button.Standard
href="/blog"
icon="feather:book"
type={NavigationItemType.LINK}>
type={NavigationItemType.LINK}
>
Blog
</Button.Standard>
)}
Expand Down
Loading

1 comment on commit f7b2877

@vercel
Copy link

@vercel vercel bot commented on f7b2877 Oct 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.