Skip to content

Commit 223feb4

Browse files
committed
chore: update copyright
1 parent 7723279 commit 223feb4

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

src/pages/home/components/SASTlogo/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const Footer = () => {
66
<div className='globalfooter'>
77
<img className='sastlogo' src={sastlogo} alt='sastlogo'></img>
88
<div className='info'>通用比赛管理评审系统 version 2.1</div>
9-
<div className='info'>{`1992 - 2024 Students' Association for Science and Technology · `}<a href='https://github.com/NJUPT-SAST' aria-label='sast github'>Github</a></div>
9+
<div className='info'>{`1992 - 2025 Students' Association for Science and Technology · `}<a href='https://github.com/NJUPT-SAST' aria-label='sast github'>GitHub</a></div>
1010
</div>
1111
)
1212
}

src/pages/home/index.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,15 @@
190190
background-image: url(../../assets/login-bg.webp);
191191
background-size: cover;
192192
.copyright {
193-
position: absolute;
194193
bottom: 20px;
194+
color: rgb(33 33 33 / 80%);
195195
left: 50%;
196+
position: absolute;
197+
text-shadow: 0 2px 10px rgba(0, 33, 64, 0.141);
196198
transform: translateX(-50%);
197-
color: rgba(33, 33, 33, 0.5);
198-
text-shadow: 0px 2px 10px #00214024;
199+
background-color: rgb(255, 255, 255, 0.6);
200+
padding: 0 5px 0 5px;
201+
border-radius: 5px;
199202
}
200203
.login-form {
201204
display: flex;

src/pages/home/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ const Home = () => {
193193
className="new-login"
194194
>
195195
<LoginForm finishCb={onFinish} setCodeId={getValidateId} getValidateCode={getValidateCode}></LoginForm>
196-
<div className='copyright'>{`1992 - 2024 Students' Association for Science and Technology · `}<a href='https://github.com/NJUPT-SAST' aria-label='sast github'>Github</a></div>
196+
<div className='copyright'>{`1992 - 2025 Students' Association for Science and Technology · `}<a href='https://github.com/NJUPT-SAST' aria-label='sast github'>GitHub</a></div>
197197
</Content> :
198198
<Sider
199199
// collapsible

0 commit comments

Comments
 (0)