You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/pages/AboutPage.js
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@ import React from 'react';
2
2
importFormfrom'../utilities/Form';
3
3
import'../../styles/AboutPage.css';
4
4
import{FiAlertTriangle}from'react-icons/fi';
5
+
import{version}from'../../../package.json';
5
6
6
7
functionAboutPage(){
7
8
return(
@@ -14,7 +15,7 @@ function AboutPage() {
14
15
<h3>Licensing</h3>
15
16
<p>The limited preparation timer progressive web application is open-sourced under a MIT license. To read the conditions of this license, visit the <ahref="https://github.com/jacobkrol/LP-Timer/blob/master/LICENSE"target="_blank"rel="noopener noreferrer">LICENSE file in the host repository</a>.</p>
16
17
<h3>Updates</h3>
17
-
<p>This is LP Timer PWA v1.3.2. You can check for the latest version <ahref="https://github.com/jacobkrol/LP-Timer/releases"target="_blank"rel="noopener noreferrer">on the project releases page</a>.</p>
18
+
<p>This is LP Timer PWA v{version}. You can check for the latest version <ahref="https://github.com/jacobkrol/LP-Timer/releases"target="_blank"rel="noopener noreferrer">on the project releases page</a>.</p>
0 commit comments