Skip to content

Commit

Permalink
Merge pull request #52 from IBMa/dynamic-version
Browse files Browse the repository at this point in the history
dynamic version number
  • Loading branch information
tombrunet authored May 12, 2020
2 parents 314dab1 + 327958a commit a984506
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ interface IReportSplashProps {

export default class ReportSplash extends React.Component<IReportSplashProps, IReportSplashState> {
render() {
const manifest = chrome.runtime.getManifest();
return <div className="reportSplash">
<div className="bx--grid" style={{ margin: "2rem -1rem 0rem 0rem"}}>
<div className="bx--row">
<div className="bx--col-lg-8 bx--col-md-8 box--col-sm-4">
<div className="title">IBM <span style={{fontWeight:600}}>Accessibility</span></div>
<div className="subtitle">Equal Access Accessibility Checker</div>
<div className="version">Version 2.1.0</div>
<div className="version">Version {manifest.version}</div>
<div className="description">
This extension helps you identify accessibility issues, offers tips on how to fix them,
and flags items that need further review.<br/><br/>
Expand Down

0 comments on commit a984506

Please sign in to comment.