Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3530894
D8781.id29824.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
694 B
Referenced Files
None
Subscribers
None
D8781.id29824.diff
View Options
diff --git a/landing/footer.react.js b/landing/footer.react.js
--- a/landing/footer.react.js
+++ b/landing/footer.react.js
@@ -26,6 +26,8 @@
]);
const legalLinksClassName = classNames([typography.paragraph2, css.links]);
+ const currentYear = new Date().getFullYear();
+
return (
<footer className={css.wrapper}>
<div className={css.contentWrapper}>
@@ -120,7 +122,7 @@
</div>
<div className={css.legalContainer}>
<p className={legalTextClassName}>
- © 2023 Comm. All Rights Reserved
+ © {currentYear} Comm Technologies, Inc.
</p>
<div className={css.legalLinks}>
<NavLink
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 26, 5:06 AM (12 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2702780
Default Alt Text
D8781.id29824.diff (694 B)
Attached To
Mode
D8781: [landing] fix comm copyright text
Attached
Detach File
Event Timeline
Log In to Comment