Skip to content

Commit 651033e

Browse files
logos
1 parent 3f0167a commit 651033e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
Loading

src/assets/images/netfriends.png

3.69 KB
Loading

src/components/layout/AppFooter.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import { Link } from 'react-router-dom'
44
import huntressLogo from 'src/assets/images/huntress_teal.png'
55
import dattoLogo from 'src/assets/images/datto.png'
66
import rewstLogo from 'src/assets/images/rewst.png'
7-
7+
import netfriends from 'src/assets/images/netfriends.png'
8+
//todo: Add darkmode detection and change logos accordingly.
89
const AppFooter = () => {
910
return (
1011
<CFooter className="d-flex justify-content-between align-items-center">
@@ -18,7 +19,10 @@ const AppFooter = () => {
1819
<CImage src={dattoLogo} alt="Datto" />
1920
</CLink>{' '}
2021
<CLink href="https://rewst.io/">
21-
<CImage src={rewstLogo} alt="Datto" />
22+
<CImage src={rewstLogo} alt="Rewst" />
23+
</CLink>
24+
<CLink href="https://netfriends.com">
25+
<CImage src={netfriends} alt="Netfriends" />
2226
</CLink>
2327
</p>
2428
</div>

0 commit comments

Comments
 (0)