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-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +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
+
importpkgfrom'../../../package.json';
6
6
7
7
functionAboutPage(){
8
8
return(
@@ -15,7 +15,7 @@ function AboutPage() {
15
15
<h3>Licensing</h3>
16
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>
17
17
<h3>Updates</h3>
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>
18
+
<p>This is LP Timer PWA v{pkg.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