Skip to content

Commit

Permalink
IPK-14 linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben committed Dec 19, 2023
1 parent f2fd1c6 commit 15042f4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .env

This file was deleted.

1 change: 1 addition & 0 deletions .env.local
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NODE_ENV='development'
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local

# vercel
.vercel

Expand Down
3 changes: 1 addition & 2 deletions src/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ function Hero() {
animate={{ opacity: 1, y: 0 }}
transition={{ duration: 1 }}
className="text-primary-content max-w-[600px] text-center text-base font-light leading-6 max-md:max-w-[80vw]">
Crafting Your Brand's Story into Unforgettable Web, Graphic, and Video Masterpieces that Captivate and
Convert.
Crafting Your Brands Story into Unforgettable Web, Graphic, and Video Masterpieces that Captivate and Convert.
</motion.p>
<button className="btn btn-primary rounded-full px-6">Launch a project</button>
</div>
Expand Down

0 comments on commit 15042f4

Please sign in to comment.