Remove unused dashicon from custom avatar markup

Eliminated the dashicons-format-image span from the repository custom avatar section to clean up the HTML output.
This commit is contained in:
feibisi 2025-07-31 17:54:13 +08:00
parent d04f2c7940
commit 2f811072c5

View file

@ -4,8 +4,6 @@ declare(strict_types=1);
/**
* Plugin Name: Git Embed for feiCode
* Description: Embed Git repositories from GitHub/Gitlab/Gitea/Forgejo and Self-hosted Git service with beautiful cards
* Version: 1.0.1
* Author: feiCode
* Author URI: https://cn.feicode.com
@ -831,7 +829,6 @@ class GitEmbedFeiCode
"Repository has custom avatar",
self::TEXT_DOMAIN,
); ?>">
<span class="dashicons dashicons-format-image"></span>
</span>
<?php endif; ?>
</div>