This commit is contained in:
2023-12-02 15:43:54 -05:00
parent 7658ba2bed
commit 8d194701b3

View File

@@ -29,8 +29,8 @@ const getSampleData = () => [
name: 'ProjectX', name: 'ProjectX',
class: 'J/27', class: 'J/27',
year: 1981, year: 1981,
imgsrc: '/public/tmpimg/j27.png', imgsrc: '/tmpimg/j27.png',
iconsrc: '/putlib/tmpimg/projectx_avatar256.png', iconsrc: '/tmpimg/projectx_avatar256.png',
defects: [ defects: [
{ {
type: 'engine', type: 'engine',
@@ -54,15 +54,15 @@ and rough engine performance.`,
name: 'Take5', name: 'Take5',
class: 'J/27', class: 'J/27',
year: 1985, year: 1985,
imgsrc: '/public/tmpimg/j27.png', imgsrc: '/tmpimg/j27.png',
iconsrc: '/public/tmpimg/take5_avatar32.png', iconsrc: '/tmpimg/take5_avatar32.png',
}, },
{ {
id: 3, id: 3,
name: 'WeeBeestie', name: 'WeeBeestie',
class: 'Capri 25', class: 'Capri 25',
year: 1989, year: 1989,
imgsrc: '/public/tmpimg/capri25.png', imgsrc: '/tmpimg/capri25.png',
}, },
]; ];