summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorRob Loach <[email protected]>2020-03-28 01:43:36 -0400
committerGitHub <[email protected]>2020-03-28 01:43:36 -0400
commit91157a840f59989d8a1d72df785dba404c02eef2 (patch)
treeaf44eef3d22f62a32da13eb8e6e6c89a0a29f9f2 /index.html
parent934d6eeea4735db43218f6b7a51e3df69b92d445 (diff)
downloadraylib.com-91157a840f59989d8a1d72df785dba404c02eef2.tar.gz
raylib.com-91157a840f59989d8a1d72df785dba404c02eef2.zip
Fix rTexPacker icon title
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 2933be4..125620f 100644
--- a/index.html
+++ b/index.html
@@ -113,7 +113,7 @@
<div id="raylibtech" style="margin: 0 auto;">
<a href="https://raylibtech.itch.io/rfxgen" target="_blank"><img class="icon" src="images/raylibtech/rfxgen_128x128.png" title="rFXGen" alt="fx sounds generator" width="100" height="100"/></a>
<a href="https://raylibtech.itch.io/rtexviewer" target="_blank"><img class="icon" src="images/raylibtech/rtexviewer_128x128.png" title="rTexViewer" alt="textures viewer and formats conversor" width="100" height="100"/></a>
- <a href="https://raylibtech.itch.io/rtexpacker" target="_blank"><img class="icon" src="images/raylibtech/rtexpacker_128x128.png" title="rTexViewer" alt="textures packer and atlas generator" width="100" height="100"/></a>
+ <a href="https://raylibtech.itch.io/rtexpacker" target="_blank"><img class="icon" src="images/raylibtech/rtexpacker_128x128.png" title="rTexPacker" alt="textures packer and atlas generator" width="100" height="100"/></a>
<a href="https://raylibtech.itch.io/riconpacker" target="_blank"><img class="icon" src="images/raylibtech/riconpacker_128x128.png" title="rIconPacker" alt="icons packer and extractor" width="100" height="100"/></a>
<a href="https://raylibtech.itch.io/rguistyler" target="_blank"><img class="icon" src="images/raylibtech/rguistyler_128x128.png" title="rGuiStyler" alt="raygui styles editor" width="100" height="100"/></a>
<a href="https://raylibtech.itch.io/rguilayout" target="_blank"><img class="icon" src="images/raylibtech/rguilayout_128x128.png" title="rGuiLayout" alt="raygui layout editor" width="100" height="100"/></a>