Skip to content

Commit

Permalink
chore: miss
Browse files Browse the repository at this point in the history
  • Loading branch information
gadingnst committed Jul 24, 2023
1 parent 2e6efe9 commit d5af97e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/modules/home/Home.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ function HomePage() {
const t = useTranslations('home');
return (
<div className="base-container">
Hello {t('title')}
<div className="py-5">
Hello {t('title')}
</div>
</div>
);
}
Expand Down
4 changes: 3 additions & 1 deletion src/packages/components/layouts/Base/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ function Footer({ className }: Props) {
className
])}
>
Hello Footer
<div className="base-container py-5">
Hello Footer
</div>
</footer>
);
}
Expand Down

0 comments on commit d5af97e

Please sign in to comment.