@@ -10,30 +10,30 @@ const AppFooter = () => {
10
10
const isDark =
11
11
currentTheme === 'impact' || ( currentTheme === 'default' && preferredTheme === 'impact' )
12
12
13
- const netfriends = isDark ? '/img/netfriends_dark.png' : '/img/netfriends.png'
14
13
const datto = isDark ? '/img/datto.png' : '/img/datto.png'
15
14
const huntress = isDark ? '/img/huntress_teal.png' : '/img/huntress_teal.png'
16
15
const rewst = isDark ? '/img/rewst_dark.png' : '/img/rewst.png'
17
16
const ninjaone = isDark ? '/img/ninjaone_dark.png' : '/img/ninjaone.png'
17
+ const augmentt = isDark ? '/img/augmentt-dark.png' : '/img/augmentt-light.png'
18
18
19
19
return (
20
20
< CFooter className = "d-flex justify-content-between align-items-center stickyfooter" >
21
21
< div className = "sponsors" >
22
22
< p >
23
23
This application is sponsored by
24
- < CLink className = "me -2" href = "https://www.huntress.com/" >
24
+ < CLink className = "mx -2" href = "https://www.huntress.com/" target = "_blank ">
25
25
< CImage src = { huntress } alt = "Huntress" />
26
26
</ CLink >
27
- < CLink className = "me-2" href = "https://datto.com/" >
27
+ < CLink className = "me-2" href = "https://datto.com/" target = "_blank" >
28
28
< CImage src = { datto } alt = "Datto" />
29
29
</ CLink >
30
- < CLink className = "me-2" href = "https://rewst.io/" >
30
+ < CLink className = "me-2" href = "https://rewst.io/" target = "_blank" >
31
31
< CImage src = { rewst } alt = "Rewst" />
32
32
</ CLink >
33
- < CLink className = "me-2" href = "https://netfriends. com" >
34
- < CImage src = { netfriends } alt = "Netfriends " />
33
+ < CLink className = "me-2" href = "https://www.augmentt. com" target = "_blank ">
34
+ < CImage src = { augmentt } alt = "Augmentt " />
35
35
</ CLink >
36
- < CLink className = "me-2" href = "https://ninjaone.com" >
36
+ < CLink className = "me-2" href = "https://ninjaone.com" target = "_blank" >
37
37
< CImage src = { ninjaone } alt = "NinjaOne" />
38
38
</ CLink >
39
39
</ p >
0 commit comments