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

Commit

Permalink
updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeDawkins committed Dec 8, 2016
1 parent a3ed769 commit e49e77d
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exports[`Activity should render the failed status component 1`] = `
<div
className="card">
<div
className="card__item soft text-left soft-bottom rounded text-light-primary background--alert">
className="card__item soft text-left soft-bottom rounded background--alert text-light-primary">
<div
className="floating text-left">
<i
Expand Down Expand Up @@ -40,7 +40,7 @@ exports[`Activity should render the warning status component 1`] = `
<div
className="card">
<div
className="card__item soft text-left soft-bottom rounded text-light-primary background--dark-primary">
className="card__item soft text-left soft-bottom rounded background--dark-primary text-light-primary">
<div
className="floating text-left">
<i
Expand Down Expand Up @@ -78,26 +78,26 @@ exports[`Activity should render with the default set of props 1`] = `
<div
className="card">
<div
className="card__item soft text-left soft-bottom rounded text-light-primary background--primary">
className="card__item soft text-left soft-bottom rounded background--light-primary text-dark">
<div
className="floating text-left">
<i
className="soft-half-right">
<Success
fill="#FFFFFF"
fill="#6bac43"
height="31px"
width="30px" />
</i>
<h5
className="display-inline-block floating__item soft-half-bottom">
className="text-dark-tertiary display-inline-block floating__item soft-half-bottom">
Dec 25, 2016
</h5>
</div>
<p>
You did something awesome and I\'ve never been more proud.
</p>
<Link
className="text-light-primary plain"
className="text-primary plain"
onlyActiveOnIndex={false}
style={Object {}}
to="https://my.newspring.cc/give/now">
Expand Down

0 comments on commit e49e77d

Please sign in to comment.