Skip to content

Commit

Permalink
define more clear what the last update date/time on the portal means
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Dec 19, 2018
1 parent 22f167e commit 78bac6c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions packages/dnb-design-system-portal/src/shared/parts/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,17 +173,16 @@ const FooterWrapper = styled.footer`
}
a {
font-size: 0.7rem;
margin-right: 1rem;
margin-left: 1rem;
}
`
const Footer = () => (
<FooterWrapper>
<Link to="/license" className="no-underline">
Copyright (c) 2018-present DNB.no
</Link>
<Link to="/log" className="no-underline">
{buildVersion}
</Link>
<small>
Last Portal update: {buildVersion}
<Link to="/license" className="no-underline">
Copyright (c) 2018-present DNB.no
</Link>
</small>
</FooterWrapper>
)

0 comments on commit 78bac6c

Please sign in to comment.