From 35cf6ec956a54ba5234ba60f2d63022bf6998bc9 Mon Sep 17 00:00:00 2001 From: argirok Date: Thu, 12 Sep 2024 12:27:49 +0300 Subject: [PATCH] [develop | DONE | FIXED] suggested repositories plugin: fix title and link --- .../plugin-suggested-repositories.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/plugins/components/suggested-repositories/plugin-suggested-repositories.component.html b/dashboard/plugins/components/suggested-repositories/plugin-suggested-repositories.component.html index 1ad99a59..17148d7a 100644 --- a/dashboard/plugins/components/suggested-repositories/plugin-suggested-repositories.component.html +++ b/dashboard/plugins/components/suggested-repositories/plugin-suggested-repositories.component.html @@ -23,13 +23,13 @@
- {{item.name}} + {{item.officialname?item.officialname:item.name}}