Skip to content

Commit

Permalink
feat: bump year
Browse files Browse the repository at this point in the history
  • Loading branch information
dujiajun committed Jan 8, 2024
1 parent 9819a6a commit 4a335b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layouts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const BasicLayout = ({ children }: React.PropsWithChildren<{}>) => {
<Link href="/faq">常见问题</Link>
<Link href="/report">反馈</Link>
</Space>
<div>©2023 SJTU选课社区</div>
<div>©2024 SJTU选课社区</div>
</Footer>
</Layout>
</CommonInfoContext.Provider>
Expand Down

0 comments on commit 4a335b8

Please sign in to comment.