Skip to content

Commit def8a38

Browse files
author
Chetan Munegowda
committed
QPPA-9720: update date
1 parent 0a7b47c commit def8a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/references/measurements.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { DocPageProps } from '../../../shared/types';
66
const Measurements: React.FC<DocPageProps> = ({dataTestId}: DocPageProps) => {
77
return (
88
<div data-testid={dataTestId}>
9-
<p className='qpp-docs-page-updated'>Last Updated: 08/15/2023</p> {/* IMPORTANT: update this Last-Updated value if you have made any changes to this page's content. */}
9+
<p className='qpp-docs-page-updated'>Last Updated: 02/11/2025</p> {/* IMPORTANT: update this Last-Updated value if you have made any changes to this page's content. */}
1010
<h2 className='ds-text-heading--2xl' style={{marginTop: 0}}>Measurements</h2>
1111
<ul>
1212
{Object.entries(measurementsTitleAndId).map(([title, id], i) =>

0 commit comments

Comments
 (0)