Skip to content

Commit 0a2082c

Browse files
committed
fix: logo issue
1 parent a7413a8 commit 0a2082c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

front-end/src/components/Footer.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React from 'react';
22
import styled from 'styled-components';
33
import GithubImg from '../res/github.png';
44
import TwitterImg from '../res/Twitter.png';
5+
import Web3CampLogo from '/web3camp.logo.png';
56

67
const Footer = styled.div`
78
width: 100%;
@@ -138,7 +139,7 @@ const FooterBox: React.FC = () => {
138139
{/* Left Panel */}
139140
<div className="leftPanel">
140141
<a href="https://web3camp.us" target="_blank" rel="noreferrer" className="companyName">
141-
<img src="/web3camp.logo.png" alt="Web3Camp" className="logoImg" />
142+
<img src={Web3CampLogo} alt="Web3Camp" className="logoImg" />
142143
</a>
143144
<div className="socialIcons">
144145
<a href="https://github.com/Web3Camp-Labs/multisender" target="_blank" rel="noreferrer">

0 commit comments

Comments
 (0)