Skip to content

Commit

Permalink
fix: add alby integration (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron authored Nov 29, 2023
1 parent 1141999 commit 8deede4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions frontend/src/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import citadel from './images/integrations/citadel.webp';
import lnbits from './images/integrations/lnbits.jpg';
import nodl from './images/integrations/nodl.jpg';
import start9 from './images/integrations/start9.png';
import alby from './images/integrations/alby.png';

// integrations
import mempool from './images/frens/mempool.jpg';
Expand Down Expand Up @@ -326,6 +327,15 @@ export default function About() {
<Avatar src={start9} sx={{ width: 100, height: 100 }} />
</a>
</div>
<div className="avatar">
<a
href={'https://getalby.com/'}
target="_blank"
rel="noreferrer"
>
<Avatar src={alby} sx={{ width: 100, height: 100 }} />
</a>
</div>
</div>
);

Expand Down
Binary file added frontend/src/images/integrations/alby.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8deede4

Please sign in to comment.