This commit is contained in:
Clément Le Bihan
2023-09-20 13:12:04 +02:00
parent 1905daec60
commit 49a735631a
+1 -2
View File
@@ -6,7 +6,6 @@ import HomeMainSongCard from '../../components/V2/HomeMainSongCard';
import SongCardInfo from '../../components/V2/SongCardInfo'; import SongCardInfo from '../../components/V2/SongCardInfo';
import API from '../../API'; import API from '../../API';
import { useNavigation } from '../../Navigation'; import { useNavigation } from '../../Navigation';
import Song from '../../models/Song';
const bigSideRatio = 1000; const bigSideRatio = 1000;
const smallSideRatio = 618; const smallSideRatio = 618;
@@ -19,7 +18,7 @@ type HomeCardProps = {
onPress?: () => void; onPress?: () => void;
}; };
let cards = [ const cards = [
{ {
image: 'https://media.discordapp.net/attachments/717080637038788731/1153688155292180560/image_homeview1.png', image: 'https://media.discordapp.net/attachments/717080637038788731/1153688155292180560/image_homeview1.png',
title: 'Beethoven', title: 'Beethoven',