Skip to content

Commit

Permalink
Fix the broken image link
Browse files Browse the repository at this point in the history
  • Loading branch information
seemaion8 committed Jan 17, 2024
1 parent 0650cde commit ed5fbb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ui/sliders.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export const Gallery = () => {
imgAlt: 'nature image',
},
{
// UI/UX visual test scenario for Meticulous AI - broken link
imgSrc: 'https://via.placeholder.com',
// UI/UX visual test scenario for Meticulous AI - broken image link fixed
imgSrc: 'https://via.placeholder.com/600x400/EBF3F9/000000',
imgAlt: 'nature image',
},
{
Expand Down

0 comments on commit ed5fbb9

Please sign in to comment.