Skip to content

Commit

Permalink
logos
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Aug 16, 2023
1 parent 3f0167a commit 651033e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/netfriends.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions src/components/layout/AppFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import { Link } from 'react-router-dom'
import huntressLogo from 'src/assets/images/huntress_teal.png'
import dattoLogo from 'src/assets/images/datto.png'
import rewstLogo from 'src/assets/images/rewst.png'

import netfriends from 'src/assets/images/netfriends.png'
//todo: Add darkmode detection and change logos accordingly.
const AppFooter = () => {
return (
<CFooter className="d-flex justify-content-between align-items-center">
Expand All @@ -18,7 +19,10 @@ const AppFooter = () => {
<CImage src={dattoLogo} alt="Datto" />
</CLink>{' '}
<CLink href="https://rewst.io/">
<CImage src={rewstLogo} alt="Datto" />
<CImage src={rewstLogo} alt="Rewst" />
</CLink>
<CLink href="https://netfriends.com">
<CImage src={netfriends} alt="Netfriends" />
</CLink>
</p>
</div>
Expand Down

0 comments on commit 651033e

Please sign in to comment.