diff options
| -rw-r--r-- | src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index db41230..f78f64a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -137,7 +137,7 @@ const posts = (await getCollection('blog')).sort( </div> <div class="project"> <a href="https://github.com/pinapelz/yet-another-lavaplayer-bot"> - <img src="https://github.com/discord-jda/JDA/raw/assets/assets/readme/logo.png?raw=true" alt="YALP Bot"> + <img src="https://www.svgrepo.com/show/353655/discord-icon.svg" alt="YALP Bot"> </a> <p class="project-title">Yet Another Lavaplayer Bot</p> <p class="project-text"> |
