Skip to content

Commit

Permalink
Removed HTTP
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan L. Smith committed Apr 10, 2024
1 parent 36f084c commit f615490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function Hit({ hit }: HitProps) {
<div className="row">
<div className="col-7">

<a href={`https://${hit['url']}`} target="_blank">
<a href={`${hit['url']}`} target="_blank">
<ImageWithFallback src={hit.logo} width="150" className="compLogo" alt={hit.name} />
</a>

Expand Down

0 comments on commit f615490

Please sign in to comment.