Skip to content

Commit

Permalink
Merge pull request #198 from debtcollective/feat/update-header-component
Browse files Browse the repository at this point in the history
feat(header-component): update package version
  • Loading branch information
arathjz authored Nov 11, 2020
2 parents b9c9e6a + 449a3f1 commit 4cb3234
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Austin Green",
"dependencies": {
"@apollo/react-hooks": "^4.0.0",
"@debtcollective/dc-header-component": "^2.1.1",
"@debtcollective/dc-header-component": "^2.1.4",
"@hookform/resolvers": "1.0.0",
"algolia-places-react": "1.6.0",
"amplitude-js": "^7.0.0",
Expand Down
4 changes: 4 additions & 0 deletions src/components/Header/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
}
}

.user-dropdown-items a {
text-decoration: none;
}

.nav-item {
display: block;

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1111,10 +1111,10 @@
dependencies:
lodash.omit "^4.5.0"

"@debtcollective/dc-header-component@^2.1.1":
version "2.1.3"
resolved "https://registry.yarnpkg.com/@debtcollective/dc-header-component/-/dc-header-component-2.1.3.tgz#bcfaa7b55ca9da4bcb5d509bfcb171a0517cdd57"
integrity sha512-njZENI7o2Pd577T29EzH+3Uv/wwjjH79TwLF69y0sYne9V27doMmrecW66Ds45c+F4ZCjeGfdZAursD33muD4g==
"@debtcollective/dc-header-component@^2.1.4":
version "2.1.4"
resolved "https://registry.yarnpkg.com/@debtcollective/dc-header-component/-/dc-header-component-2.1.4.tgz#75b476167b7960db6dd4925955d0c66749e61c57"
integrity sha512-RxY6Xp/Adh2+czpmckJ2Alwus9nH6ZPk4dN1L3yYpyG2GLi6fG4xuQ0jlBThnLZptOh+YqZPsSv2oteITd+Tag==
dependencies:
"@debtcollective/dc-dropdown-component" "^1.6.4"
lodash.omit "^4.5.0"
Expand Down

0 comments on commit 4cb3234

Please sign in to comment.