Skip to content

Commit

Permalink
style: remove unnecessary inline class
Browse files Browse the repository at this point in the history
  • Loading branch information
neverm25 committed Sep 3, 2024
1 parent b6717f3 commit f7d785e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Blog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export function Blog() {
<div className="-ml-16 w-4/5 md:w-1/2 ">
<img src={assets.PEANUTMAN_SAD.src} className="h-full w-auto" />
</div>
<div className="my-32 inline flex w-3/4 flex-col justify-center gap-0 self-end px-8 text-xl font-light italic text-black lg:self-auto lg:text-3xl">
<div className="my-32 flex w-3/4 flex-col justify-center gap-0 self-end px-8 text-xl font-light italic text-black lg:self-auto lg:text-3xl">
<span className="font-bold dark:text-white">{'<'} No blog posts yet! Check back later!</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Jobs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export function Jobs() {
<div className="-ml-16 w-4/5 md:w-1/2 ">
<img src={assets.PEANUTMAN_HAPPY.src} className="h-full w-auto" />
</div>
<div className="my-32 inline flex w-3/4 flex-col justify-center gap-0 self-end px-8 text-xl font-light italic text-black dark:text-white lg:self-auto lg:text-3xl">
<div className="my-32 flex w-3/4 flex-col justify-center gap-0 self-end px-8 text-xl font-light italic text-black dark:text-white lg:self-auto lg:text-3xl">
<div>
<span className="font-bold">{'<'} Hey there! Want to work at Peanut?</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Privacy/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export function Privacy() {
<div className="-ml-16 w-4/5 md:w-1/2 ">
<img src={assets.PEANUTMAN_CHEERING.src} className="h-full w-auto" />
</div>
<div className="my-32 inline flex w-3/4 flex-col justify-center gap-0 self-end px-8 text-xl font-light italic lg:self-auto lg:text-3xl">
<div className="my-32 flex w-3/4 flex-col justify-center gap-0 self-end px-8 text-xl font-light italic lg:self-auto lg:text-3xl">
<div>
<span className="font-bold">{'<'} Hey there! This is how we treat ur data.</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Terms/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export function Terms() {
<div className="-ml-16 w-4/5 md:w-1/2 ">
<img src={assets.PEANUTMAN_PRESENTING.src} className="h-full w-auto" />
</div>
<div className="my-32 inline flex w-3/4 flex-col justify-center gap-0 self-end px-8 text-xl font-light italic lg:self-auto lg:text-3xl">
<div className="my-32 flex w-3/4 flex-col justify-center gap-0 self-end px-8 text-xl font-light italic lg:self-auto lg:text-3xl">
<div>
<span className="font-bold">{'<'} Hey there! These are our TOS.</span>
</div>
Expand Down

0 comments on commit f7d785e

Please sign in to comment.