Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(app): add header #376

Merged
merged 8 commits into from
Dec 5, 2022
Merged

feat(app): add header #376

merged 8 commits into from
Dec 5, 2022

Conversation

AdiPol1359
Copy link
Contributor

@AdiPol1359 AdiPol1359 commented Dec 5, 2022

Fixes #351

@vercel
Copy link

vercel bot commented Dec 5, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
devfaq ✅ Ready (Inspect) Visit Preview Dec 5, 2022 at 1:22PM (UTC)

@@ -24,6 +25,7 @@
"@storybook/nextjs": "^7.0.0-alpha.54",
"@storybook/react": "^7.0.0-alpha.54",
"@storybook/testing-library": "^0.0.13",
"@svgr/webpack": "^6.5.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"@svgr/webpack": "^6.5.1",
"@svgr/webpack": "6.5.1",

@@ -15,7 +15,8 @@
"dependencies": {
"next": "13.0.4",
"react": "18.2.0",
"react-dom": "18.2.0"
"react-dom": "18.2.0",
"tailwind-merge": "^1.8.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"tailwind-merge": "^1.8.0"
"tailwind-merge": "1.8.0"

apps/app/src/components/ActiveLink.tsx Show resolved Hide resolved
apps/app/src/components/Container.tsx Show resolved Hide resolved
@typeofweb typeofweb merged commit 3ddeeec into develop Dec 5, 2022
@typeofweb typeofweb deleted the 351-header branch December 5, 2022 13:36
@typeofweb
Copy link
Member

@allcontributors please add @AdiPol1359 for code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Header
2 participants