Skip to content

Commit

Permalink
Move emoji above in big screens
Browse files Browse the repository at this point in the history
  • Loading branch information
Pabl0cks committed Sep 13, 2024
1 parent 384c8fc commit 67bea3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const Home: NextPage = () => {
</div>

<div className="w-full lg:w-2/5 lg:order-1 space-y-6">
<div className="flex items-center justify-center lg:justify-start gap-2 pt-4 lg:pt-0">
<div className="flex items-center justify-center lg:flex-col lg:items-start lg:justify-start gap-2 pt-4 lg:pt-0">
<span className="text-2xl">🔌</span> {/* TODO Change Emoji icon for custom icon*/}
<p className="text-center lg:text-left text-xl m-0 font-light">EXTENSIONS</p>
</div>
Expand Down

0 comments on commit 67bea3f

Please sign in to comment.