0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-01-05 23:56:54 +01:00
This commit is contained in:
silverwind 2025-12-04 21:53:35 +01:00
parent b2db8c04db
commit 5625d991c5
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -1,3 +1,4 @@
// repo icon, keep in sync with templates/repo/icon.tmpl
export function getRepoIcon(repo: Record<string, any>) {
if (repo.mirror) {
return 'octicon-mirror';