Skip to content

Commit

Permalink
Fixed alignment issue in Home page
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed May 10, 2024
1 parent fc880be commit 26224fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default function HomePage() {
<div className="mb-2 flex items-center space-x-2">
<Lightbulb20Regular primaryFill="#0088FF" className="text-white" />

<p className="ml-2 mt-2 font-bold">{t("recommended")}</p>
<p className="ml-2 font-bold">{t("recommended")}</p>
</div>
<div className="flex flex-wrap items-center justify-center md:justify-start">
{cards.map((el) => {
Expand Down

0 comments on commit 26224fe

Please sign in to comment.