File tree Expand file tree Collapse file tree 4 files changed +49
-3
lines changed
Expand file tree Collapse file tree 4 files changed +49
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const AppFooter = () => {
1010 const isDark =
1111 currentTheme === 'impact' || ( currentTheme === 'default' && preferredTheme === 'impact' )
1212
13- const datto = isDark ? '/img/datto.png ' : '/img/datto.png '
13+ const RoB = isDark ? '/img/RoB.svg ' : '/img/RoB-light.svg '
1414 const huntress = isDark ? '/img/huntress_teal.png' : '/img/huntress_teal.png'
1515 const rewst = isDark ? '/img/rewst_dark.png' : '/img/rewst.png'
1616 const ninjaone = isDark ? '/img/ninjaone_dark.png' : '/img/ninjaone.png'
@@ -24,8 +24,12 @@ const AppFooter = () => {
2424 < CLink className = "mx-2" href = "https://www.huntress.com/" target = "_blank" >
2525 < CImage src = { huntress } alt = "Huntress" />
2626 </ CLink >
27- < CLink className = "me-2" href = "https://datto.com/" target = "_blank" >
28- < CImage src = { datto } alt = "Datto" />
27+ < CLink
28+ className = "me-2"
29+ href = "https://www.rightofboom.com/rob-2025/register?promo=EarlyBird2025#register"
30+ target = "_blank"
31+ >
32+ < CImage src = { RoB } alt = "RoB" />
2933 </ CLink >
3034 < CLink className = "me-2" href = "https://rewst.io/" target = "_blank" >
3135 < CImage src = { rewst } alt = "Rewst" />
You can’t perform that action at this time.
0 commit comments