File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ import { Link } from 'react-router-dom'
4
4
import huntressLogo from 'src/assets/images/huntress_teal.png'
5
5
import dattoLogo from 'src/assets/images/datto.png'
6
6
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.
8
9
const AppFooter = ( ) => {
9
10
return (
10
11
< CFooter className = "d-flex justify-content-between align-items-center" >
@@ -18,7 +19,10 @@ const AppFooter = () => {
18
19
< CImage src = { dattoLogo } alt = "Datto" />
19
20
</ CLink > { ' ' }
20
21
< 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" />
22
26
</ CLink >
23
27
</ p >
24
28
</ div >
You can’t perform that action at this time.
0 commit comments