Skip to content

Commit

Permalink
Fix application images
Browse files Browse the repository at this point in the history
  • Loading branch information
luccasmmg committed Nov 14, 2024
1 parent 5c382f6 commit d6f0d62
Show file tree
Hide file tree
Showing 10 changed files with 3 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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions deployment/frontend/src/components/applications/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ export function Hero({ application }: { application: Application }) {
alt="Application name"
fill={true}
src={`${
application?.image_url ??
'/images/placeholders/topics/topicsdefault.png'
application.image_display_url !== ''
? application?.image_display_url
: '/images/placeholders/applications/applicationsdefault.png'
}`}
className="object-cover"
/>
Expand Down

0 comments on commit d6f0d62

Please sign in to comment.