Skip to content

Commit

Permalink
Replace placeholder image in project
Browse files Browse the repository at this point in the history
Updated the placeholder image used in the open source project to the attached screenshot.
[skip gpt_engineer]
  • Loading branch information
lovable-dev[bot] committed Feb 2, 2025
1 parent 9f5cca2 commit 2edccb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions src/pages/Index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ const Index = () => {
</a>
</div>
<div className="flex-1">
<img src="/placeholder.svg" alt="OwnTube Platform" className="rounded-lg shadow-lg" />
<img
src="/lovable-uploads/7c329071-cd88-4414-8673-dcd7a551df5e.png"
alt="OwnTube GitHub Profile"
className="rounded-lg shadow-lg w-full"
/>
</div>
</div>
</div>
Expand Down Expand Up @@ -68,4 +72,4 @@ const Index = () => {
);
};

export default Index;
export default Index;

0 comments on commit 2edccb1

Please sign in to comment.