Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldesigndj committed Jul 6, 2023
1 parent 5579a22 commit e2bc34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const Layout = ({ children, data = {} }) => (
<Header active={data.route} />
</section>
{children}
<section class={tw`flex justify-center`}>
<section class={`flex justify-center`}>
<Footer hits={data?.data?.hits} />
</section>
{DENO_ENV === "development"
Expand Down

0 comments on commit e2bc34f

Please sign in to comment.