Update footer.js

This commit is contained in:
Jordan Violet
2023-01-05 12:19:54 -05:00
committed by GitHub
parent 6ab2b949a9
commit 8e16b78b25

View File

@@ -106,5 +106,5 @@ module.exports = {
srcDark: 'img/SailPoint-Developer-Community-Inverse-Lockup.png', srcDark: 'img/SailPoint-Developer-Community-Inverse-Lockup.png',
href: 'https://developer.sailpoint.com', href: 'https://developer.sailpoint.com',
}, },
copyright: `Copyright © ${new Date().getFullYear()} SailPoint Technologies, Inc. All Rights Reserved.`, copyright: `Copyright © ${new Date().getFullYear()} SailPoint Technologies, Inc. All Rights Reserved.`, // Updated with now private copyright info
}; };