Skip to content

Commit 19a4bc9

Browse files
haraldschillyclaude
andcommitted
next/policies: revert dropping the VPAT policy date
Reverts the change from commit 949b0c6 that removed the "Last Updated" date from the VPAT page. As noted in issue #8478, the first thing someone looking at our VPAT would want to know is when it was last changed. The date provides important context for the accessibility information. Fixes #8478 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 068ded6 commit 19a4bc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/packages/next/pages/policies/accessibility.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export default function AccessibilityPage({ customize }) {
3030
<h1 style={{ fontSize: "28pt" }}>
3131
CoCalc Voluntary Product Accessibility Template (VPAT)
3232
</h1>
33+
<h2>Last Updated: July 3, 2019</h2>
3334
</div>
3435
<div style={{ fontSize: "12pt", overflowX: "auto" }}>
3536
<Accessibility />

0 commit comments

Comments
 (0)