fix: correct PhotoPrism icon filename typo in backend metadata
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -402,7 +402,7 @@ fn get_app_metadata(app_id: &str) -> AppMetadata {
|
||||
"photoprism" => AppMetadata {
|
||||
title: "PhotoPrism".to_string(),
|
||||
description: "AI-powered photo management".to_string(),
|
||||
icon: "/assets/img/app-icons/photoprims.svg".to_string(),
|
||||
icon: "/assets/img/app-icons/photoprism.svg".to_string(),
|
||||
repo: "https://github.com/photoprism/photoprism".to_string(),
|
||||
tier: "",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user