Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Commit

Permalink
fix link styles
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddubay committed Dec 5, 2016
1 parent d87f0b3 commit 6802010
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`Dashboard should render with the children 1`] = `
<div
className="floating text-left">
<Link
className="floating__item soft-half-sides push-right text-center outlined--bottom"
className="floating__item soft-half-sides push-right text-center plain outlined--bottom"
onlyActiveOnIndex={false}
style={Object {}}
to="https://my.newspring.cc/give">
Expand All @@ -18,7 +18,7 @@ exports[`Dashboard should render with the children 1`] = `
</h6>
</Link>
<Link
className="floating__item soft-half-sides push-right text-center text-dark-primary"
className="floating__item soft-half-sides push-right text-center plain text-dark-primary"
onlyActiveOnIndex={false}
style={Object {}}
to="https://my.newspring.cc/give/now">
Expand All @@ -27,7 +27,7 @@ exports[`Dashboard should render with the children 1`] = `
</h6>
</Link>
<Link
className="floating__item soft-half-sides push-right text-center text-dark-primary"
className="floating__item soft-half-sides push-right text-center plain text-dark-primary"
onlyActiveOnIndex={false}
style={Object {}}
to="https://my.newspring.cc/give/history">
Expand Down Expand Up @@ -67,7 +67,7 @@ exports[`Dashboard should render with the default set of props 1`] = `
<div
className="floating text-left">
<Link
className="floating__item soft-half-sides push-right text-center outlined--bottom"
className="floating__item soft-half-sides push-right text-center plain outlined--bottom"
onlyActiveOnIndex={false}
style={Object {}}
to="https://my.newspring.cc/give">
Expand All @@ -76,7 +76,7 @@ exports[`Dashboard should render with the default set of props 1`] = `
</h6>
</Link>
<Link
className="floating__item soft-half-sides push-right text-center text-dark-primary"
className="floating__item soft-half-sides push-right text-center plain text-dark-primary"
onlyActiveOnIndex={false}
style={Object {}}
to="https://my.newspring.cc/give/now">
Expand All @@ -85,7 +85,7 @@ exports[`Dashboard should render with the default set of props 1`] = `
</h6>
</Link>
<Link
className="floating__item soft-half-sides push-right text-center text-dark-primary"
className="floating__item soft-half-sides push-right text-center plain text-dark-primary"
onlyActiveOnIndex={false}
style={Object {}}
to="https://my.newspring.cc/give/history">
Expand Down
1 change: 1 addition & 0 deletions imports/components/dashboard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const getLinkClasses = (isActive: boolean) => {
"soft-half-sides",
"push-right",
"text-center",
"plain",
];

if (isActive) {
Expand Down

0 comments on commit 6802010

Please sign in to comment.