Skip to content

Commit

Permalink
Merge pull request #260 from CMSgov/QPPA-6949-adds-date-to-page
Browse files Browse the repository at this point in the history
QPPA-6949 updates date field at top of page
  • Loading branch information
john-manack authored Oct 14, 2022
2 parents b84c7ff + c6ef2c1 commit 46e5bf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const tableData1 = {
const FrequentlyAskedQuestions = () => {
return (
<>
<p className='qpp-docs-page-updated'>Last Updated: 08/26/2020</p> {/* IMPORTANT: update this Last-Updated value if you have made any changes to this page's content. */}
<p className='qpp-docs-page-updated'>Last Updated: 10/14/2022</p> {/* IMPORTANT: update this Last-Updated value if you have made any changes to this page's content. */}
<h2 className='ds-h2' style={{marginTop: 0}}>Frequently Asked Questions</h2>

<h3 className='ds-h3'>General and Developer Preview</h3>
Expand Down

0 comments on commit 46e5bf6

Please sign in to comment.