Skip to content

Commit 2e15063

Browse files
Right of Boom logo
1 parent 1570977 commit 2e15063

File tree

4 files changed

+49
-3
lines changed

4 files changed

+49
-3
lines changed

public/img/RoB-light.svg

Lines changed: 17 additions & 0 deletions
Loading

public/img/RoB.svg

Lines changed: 25 additions & 0 deletions
Loading

public/img/datto.png

-15 KB
Binary file not shown.

src/components/layout/AppFooter.jsx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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" />

0 commit comments

Comments
 (0)