We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7413a8 commit 0a2082cCopy full SHA for 0a2082c
1 file changed
front-end/src/components/Footer.tsx
@@ -2,6 +2,7 @@ import React from 'react';
2
import styled from 'styled-components';
3
import GithubImg from '../res/github.png';
4
import TwitterImg from '../res/Twitter.png';
5
+import Web3CampLogo from '/web3camp.logo.png';
6
7
const Footer = styled.div`
8
width: 100%;
@@ -138,7 +139,7 @@ const FooterBox: React.FC = () => {
138
139
{/* Left Panel */}
140
<div className="leftPanel">
141
<a href="https://web3camp.us" target="_blank" rel="noreferrer" className="companyName">
- <img src="/web3camp.logo.png" alt="Web3Camp" className="logoImg" />
142
+ <img src={Web3CampLogo} alt="Web3Camp" className="logoImg" />
143
</a>
144
<div className="socialIcons">
145
<a href="https://github.com/Web3Camp-Labs/multisender" target="_blank" rel="noreferrer">
0 commit comments