anushbhatia / devtree

Developer's Linktree
http://devtree1.vercel.app
MIT License
6 stars 5 forks source link

[ UI ] If the logo name and the dark mode icon be on the same line it would look perfect in mobile as well as in Desktop View #12

Closed AnirudhPanda closed 3 years ago

AnirudhPanda commented 3 years ago

Hey @anushbhatia should I track the package.lock.json file from my local too or keep it in gitignore. After npm install, it added a package.lock.json file which I didn't find in your repository.

AnirudhPanda commented 3 years ago

I am creating the PR, suggest changes.

anushbhatia commented 3 years ago

add yarn-lock in gitignore not package-lock.json refer to this https://stackoverflow.com/questions/48524417/should-the-package-lock-json-file-be-added-to-gitignore

AnirudhPanda commented 3 years ago

add yarn-lock in gitignore not package-lock.json refer to this https://stackoverflow.com/questions/48524417/should-the-package-lock-json-file-be-added-to-gitignore

added yarn.lock in gitignore