Skip to content

Commit

Permalink
Right of Boom logo
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Aug 30, 2024
1 parent 1570977 commit 2e15063
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 3 deletions.
17 changes: 17 additions & 0 deletions public/img/RoB-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions public/img/RoB.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/datto.png
Binary file not shown.
10 changes: 7 additions & 3 deletions src/components/layout/AppFooter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const AppFooter = () => {
const isDark =
currentTheme === 'impact' || (currentTheme === 'default' && preferredTheme === 'impact')

const datto = isDark ? '/img/datto.png' : '/img/datto.png'
const RoB = isDark ? '/img/RoB.svg' : '/img/RoB-light.svg'
const huntress = isDark ? '/img/huntress_teal.png' : '/img/huntress_teal.png'
const rewst = isDark ? '/img/rewst_dark.png' : '/img/rewst.png'
const ninjaone = isDark ? '/img/ninjaone_dark.png' : '/img/ninjaone.png'
Expand All @@ -24,8 +24,12 @@ const AppFooter = () => {
<CLink className="mx-2" href="https://www.huntress.com/" target="_blank">
<CImage src={huntress} alt="Huntress" />
</CLink>
<CLink className="me-2" href="https://datto.com/" target="_blank">
<CImage src={datto} alt="Datto" />
<CLink
className="me-2"
href="https://www.rightofboom.com/rob-2025/register?promo=EarlyBird2025#register"
target="_blank"
>
<CImage src={RoB} alt="RoB" />
</CLink>
<CLink className="me-2" href="https://rewst.io/" target="_blank">
<CImage src={rewst} alt="Rewst" />
Expand Down

0 comments on commit 2e15063

Please sign in to comment.