Skip to content

Commit

Permalink
update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
xrdavies committed Jan 30, 2024
1 parent e467441 commit de596f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion components/headTop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function HeaderTop() {
return <div className="header">
<Container>
<Row>
<Col className="headerTxt" xs={12}>Web3 Camp</Col>
<Col className="headerTxt" xs={12}>Web3Camp</Col>
</Row>
</Container>
</div>
Expand Down
8 changes: 4 additions & 4 deletions components/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,18 @@ export default function Layout<FC>({ children }: LayoutProps) {

<Container>
<Footer>
<div className="lft">&copy; 2022 Web3Camp.us</div>
<div className="lft">&copy; 2024 Web3Camp.us</div>
<div>
<a href="https://github.com/Web3Camp-Labs/graphic-assets" target="_blank" rel="noreferrer">Design Resources</a>
<a href="https://github.com/Web3Camp-Labs" target="_blank" rel="noreferrer"><img src="/assets/images/github.png" alt="" /></a>
<a href="https://twitter.com/Web3Camp" target="_blank" rel="noreferrer"><img src="/assets/images/Twitter.png" alt="" /></a>
</div>
</Footer>
<LinkBox>
<div>Friends links:</div>
<div>Links:</div>
<div className="rht">
<a href="https://rebase.network/ " target="_blank" rel="noreferrer">Rebase.network</a>
<a href="https://xdag.io/" target="_blank" rel="noreferrer">Xdag.io</a>
<a href="https://rebase.network/ " target="_blank" rel="noreferrer">Rebase Community</a>
<a href="https://xdag.io/" target="_blank" rel="noreferrer">XDAG</a>
<a href="https://learnblockchain.cn/" target="_blank" rel="noreferrer">登链社区</a>
</div>
</LinkBox>
Expand Down
2 changes: 1 addition & 1 deletion pages/list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default function List(){
</ContentBox>
<Container>
<Footer>
<div className="lft">&copy; 2022 Web3Camp.us</div>
<div className="lft">&copy; 2024 Web3Camp Labs</div>
<div>
<a href="https://github.com/Web3Camp-Labs" target="_blank" rel="noreferrer"><img src="/assets/images/github.png" alt=""/></a>
</div>
Expand Down

0 comments on commit de596f4

Please sign in to comment.