Skip to content

Commit 4be4003

Browse files
authored
fix: changes github icon file name displayed on footer (#271)
### Description <!-- Describe what this change achieves--> Fix Github icon not loaded properly on footer The icon is named `IconGithub.svg` but on the footer element is used as `IconGitHub.svg` ![Captura de Tela 2025-06-05 às 14 06 37](https://github.com/user-attachments/assets/7697b275-5c04-4fd2-9161-e74db03b25cd) ### Issues Resolved <!-- List any issues this PR will resolve. --> <!-- Example: closes #1234 --> Closes #270 ### Check List - [x] Commits are signed per the DCO using `--signoff` By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License. Signed-off-by: Alexandre Cabral <alexcabral.mago@gmail.com>
1 parent c0740c4 commit 4be4003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
Slack
5151
</a>
5252
<a href="https://github.com/valkey-io" target="_blank">
53-
<img src="/img/IconGitHub.svg" alt="GitHub Icon" width="20" height="20" />
53+
<img src="/img/IconGithub.svg" alt="GitHub Icon" width="20" height="20" />
5454
GitHub
5555
</a>
5656
<a href="https://www.linkedin.com/company/valkey/" target="_blank">

0 commit comments

Comments
 (0)