changed "copyright" to "created by"
This commit is contained in:
parent
bcd76c9f12
commit
60c4cd250f
1 changed files with 6 additions and 4 deletions
|
@ -33,10 +33,10 @@ const StyledFooterContainer = styled.div`
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
max-width: ${theming.size.screen_size2};
|
max-width: ${theming.size.screen_size2};
|
||||||
|
`
|
||||||
|
|
||||||
.logo {
|
const CreatedBy = styled.div`
|
||||||
color: gray;
|
color: gray;
|
||||||
}
|
|
||||||
`
|
`
|
||||||
|
|
||||||
const StyledALink = styled.a`
|
const StyledALink = styled.a`
|
||||||
|
@ -62,7 +62,9 @@ export default class Footer extends React.Component {
|
||||||
return (
|
return (
|
||||||
<StyledFooter>
|
<StyledFooter>
|
||||||
<StyledFooterContainer>
|
<StyledFooterContainer>
|
||||||
<div className="logo">Copyright © developomp</div>
|
<CreatedBy>
|
||||||
|
Created by <b>developomp</b>
|
||||||
|
</CreatedBy>
|
||||||
|
|
||||||
<StyledALink
|
<StyledALink
|
||||||
href="https://github.com/developomp/developomp-site"
|
href="https://github.com/developomp/developomp-site"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue