Skip to content

Commit 5cf1c24

Browse files
committed
fix: Update badge link and icons in README and MarkdownGenerator for consistency
1 parent 8e0e1f1 commit 5cf1c24

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export GITHUB_TOKEN=$(gh auth token)
101101

102102
# 📊 Git Insights Dashboard
103103

104-
[![Profile Stats](https://img.shields.io/badge/Profile-Statistics-blueviolet?style=for-the-badge&logo=github)](https://github.com)
104+
[![Profile Stats](https://img.shields.io/badge/Git-Insights-blueviolet?style=for-the-badge&logo=github)](https://github.com/awcodify/GitInsights)
105105

106106
</div>
107107

@@ -116,7 +116,7 @@ export GITHUB_TOKEN=$(gh auth token)
116116
<table align="center">
117117
<tr>
118118
<td align="center" width="200">
119-
<img src="https://img.icons8.com/fluency/96/000000/user.png" width="48"/>
119+
<img src="https://img.icons8.com/fluency/96/000000/resume.png" width="48"/>
120120
<br><strong>Account Age</strong>
121121
<br><code>9 years 6 months</code>
122122
</td>
@@ -144,7 +144,7 @@ export GITHUB_TOKEN=$(gh auth token)
144144
<td align="center">
145145
<img src="https://img.icons8.com/fluency/96/000000/calendar.png" width="40"/>
146146
<br><strong>Most Productive Day</strong>
147-
<br>🔥 <code>Tuesday</code>
147+
<br> <code>Thursday</code>
148148
</td>
149149
<td align="center">
150150
<img src="https://img.icons8.com/fluency/96/000000/clock.png" width="40"/>
@@ -210,7 +210,7 @@ export GITHUB_TOKEN=$(gh auth token)
210210

211211
<div align="center">
212212

213-
<sub>📅 Last updated: Thursday, October 30, 2025 at 9:09 AM</sub>
213+
<sub>📅 Last updated: Thursday, October 30, 2025 at 9:18 AM</sub>
214214

215215
<sub>⚡ Generated with [GitInsights](https://github.com/awcodify/GitInsights)</sub>
216216

presentation/markdown_generator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func (m *MarkdownGenerator) Generate(stats *domain.ProfileStats) string {
5050
lines = append(lines, "<table align=\"center\">")
5151
lines = append(lines, "<tr>")
5252
lines = append(lines, "<td align=\"center\" width=\"200\">")
53-
lines = append(lines, "<img src=\"https://img.icons8.com/fluency/96/000000/user.png\" width=\"48\"/>")
53+
lines = append(lines, "<img src=\"https://img.icons8.com/fluency/96/000000/resume.png\" width=\"48\"/>")
5454
lines = append(lines, "<br><strong>Account Age</strong>")
5555
lines = append(lines, "<br><code>"+stats.AccountAge+"</code>")
5656
lines = append(lines, "</td>")

0 commit comments

Comments
 (0)