Skip to content

Commit

Permalink
added last-modified field
Browse files Browse the repository at this point in the history
  • Loading branch information
s-katte committed Oct 9, 2020
1 parent 8dbfcf0 commit 45fe248
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/components/Profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,15 @@ function Profile() {
<div className="description izzuhead">Following</div>
</div>
</div>

<div className="item">
<i className="large calendar outline middle aligned icon" />
<div className="content">
<div className="header izzuhead" id="modedate">
{person.updated_at}
</div>
<div className="description izzuhead">Last modified on</div>
</div>
</div>
<div className="item">
<i className="large plus circle middle aligned icon"></i>
<div className="content">
Expand Down

0 comments on commit 45fe248

Please sign in to comment.