Skip to content

Commit

Permalink
Added Rose image and removed the dummy image for the dashboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-p-k-1 committed Feb 18, 2025
1 parent 7c70f63 commit 568b115
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web-app/src/Components/PlantCard.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react'
import '../Styles/custom/plantCard.css'
import dummyImage from '../Images/dummy-image.png'
import dummyImage from '../Images/rose.png'

function PlantCard({status}: {status: string}) {
return (
Expand Down
Binary file removed frontend/web-app/src/Images/dummy-image.png
Binary file not shown.

0 comments on commit 568b115

Please sign in to comment.