Skip to content

Commit

Permalink
updating the thumbnail paths
Browse files Browse the repository at this point in the history
This pull request resolves issue matrix-org#2598 by addressing the incorrect thumbnail URL for the chooj.png image:

The original URL https://matrix.org/ecosystem/clients/https://chooj.app/screenshot.png was incorrect due to a concatenation issue.
Downloaded the chooj.png image locally and added it to the repository.
Updated the Markdown file to use the new local path chooj.png.
  • Loading branch information
sanjayy-gowdaa committed Jan 1, 2025
1 parent f5decdd commit e013f5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/ecosystem/clients/chooj.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "chooj"
[extra]
thumbnail = "https://chooj.app/screenshot.png"
thumbnail = "chooj.png"
maintainer = "Farooq Karimi Zadeh"
licence = "GPL-3.0"
language = "Typescript"
Expand Down
Binary file added content/ecosystem/clients/chooj.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e013f5e

Please sign in to comment.