Skip to content

Commit

Permalink
Merge pull request #18 from Hongmoon-gak/feature/footer
Browse files Browse the repository at this point in the history
[FIX] 저작권자 수정 (#5)
  • Loading branch information
jh2ee authored Jul 22, 2023
2 parents ee9c7f7 + 53b9abc commit 45a42b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job1/src/Main/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import styled from "styled-components";
function Footer(){
return(
<FooterContainer>
<FooterText>Copyrights © 잡일 | All Rights Reserved</FooterText>
<FooterText>Copyrights © Hong-moon-gak | All Rights Reserved</FooterText>
</FooterContainer>
)
}
Expand Down

0 comments on commit 45a42b1

Please sign in to comment.