Skip to content

Commit 45f5d21

Browse files
authored
Merge pull request #10 from Hombre2014/link-change
Link change
2 parents 32d3777 + c40453c commit 45f5d21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/container/Skills/Skills.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const Skills = () => {
8282
))}
8383
<div className="app__skills-resume">
8484
<h3>Resume</h3>
85-
<a href="https://docs.google.com/document/d/1GsBSlEFPrIG6g8GCUm6MqwJ3fToQtejBuseIDgTNXmg/edit?usp=sharing" target="_blank" rel="noopener noreferrer">
85+
<a href="https://docs.google.com/document/d/1pxvs5om9OSi9uFB0SxDk3avMY2lSmev2Mdr0oe2Yp6k/edit?tab=t.0" target="_blank" rel="noopener noreferrer">
8686
<img src={resume} alt="Resume" width={300} />
8787
</a>
8888
</div>

src/wrapper/AppWrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const AppWrap = (Component, idName, classNames) => function HOC() {
99
<Component />
1010

1111
<div className="copyright">
12-
<p className="p-text">@2022-2024 AXE_BIT</p>
12+
<p className="p-text">@2022-{new Date().getFullYear()} AXE_BIT</p>
1313
<p className="p-text">All rights reserved</p>
1414
</div>
1515
</div>

0 commit comments

Comments
 (0)