Skip to content

Commit bb1a038

Browse files
authored
Year will now be automatically updated (#388)
1 parent d0595a2 commit bb1a038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/profile-web/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const App: React.FC = (): JSX.Element => {
112112
<Content style={{ margin: "24px 16px 0" }}>
113113
<MainContent />
114114
</Content>
115-
<Footer style={{ textAlign: "center" }}>S&T ACM 2019</Footer>
115+
<Footer style={{ textAlign: "center" }}>S&T ACM { new Date().getFullYear() }</Footer>
116116
</Layout>
117117
</Layout>
118118
</BrowserRouter>

0 commit comments

Comments
 (0)