Skip to content

Commit

Permalink
Put link on app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
soerface committed Nov 14, 2024
1 parent 32f9521 commit 7c207f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function AppCard({app}: { app: OIDCApplication }) {
<p>{description}</p>
</div>
<div className="image">
<img src="/fd.svg" alt="App Icon"/>
<a href={app.effectiveUrl} target="_blank"><img src="/fd.svg" alt="App Icon"/></a>
</div>
</div>
<div className="app-card-footer">
Expand Down

0 comments on commit 7c207f5

Please sign in to comment.