Skip to content

Commit

Permalink
fix: lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed Mar 27, 2024
1 parent a2195ba commit a7f9b2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/mocks/homeHandler/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@ export const MOCK_BANNER_DATA = {
imageSource: '/assets/banner1.jpg',
alt: '그림',
item: '세정제',
link: '/'
link: '/',
},
{
productNo: 2,
imageSource: '/assets/banner2.jpg',
alt: '그림',
item: '세정제',
link: '/'
link: '/',
},
{
productNo: 3,
imageSource: '/assets/banner3.jpg',
alt: '그림',
item: '세정제',
link: '/'
link: '/',
},
{
productNo: 'https://autobritedirect.co.kr',
imageSource: '/assets/banner4.jpg',
alt: '그림',
item: '세정제',
link: 'https://autobritedirect.co.kr'
link: 'https://autobritedirect.co.kr',
},
],
};
Expand Down

0 comments on commit a7f9b2b

Please sign in to comment.