mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 05:18:34 +03:00
basic photobook support
This commit is contained in:
@@ -20,6 +20,8 @@ const CardSource = ({ source, isLoading, onClickHandler }) => {
|
||||
return 'videocam'
|
||||
case 'Photo':
|
||||
return 'photo'
|
||||
case 'Photobook':
|
||||
return 'photo_album'
|
||||
default:
|
||||
return 'help'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user