Skip to content

Commit

Permalink
fixed details header
Browse files Browse the repository at this point in the history
  • Loading branch information
zurdi15 committed Jun 20, 2024
1 parent 9b0dfd6 commit 347546f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const theme = useTheme();
<v-img
id="background-header"
:src="
!rom.igdb_id && !rom.moby_id
(!rom.igdb_id && !rom.moby_id) && !rom.has_cover
? `/assets/default/cover/big_${theme.global.name.value}_unmatched.png`
: `/assets/romm/resources/${rom.path_cover_l}`
"
Expand Down

0 comments on commit 347546f

Please sign in to comment.