From b81d305e9843fecf8f6a8c2d12c9492e07a5fbf7 Mon Sep 17 00:00:00 2001 From: Akash Dubey <101584901+Akash6222@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:34:33 +0530 Subject: [PATCH] Fix: Fixed VDwang github url (#74) --- README.md | 2 +- src/lib/components/Footer.svelte | 2 +- src/routes/hall_of_fame/rices.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c76aff3..6b6e8fd 100755 --- a/README.md +++ b/README.md @@ -28,4 +28,4 @@ Feel free ## Credits -- [VDawg](https://github.com/Visual-Dawg) - for the new site and design. +- [VDawg](https://github.com/vdawg-git) - for the new site and design. diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte index 7998da0..90f3aa1 100755 --- a/src/lib/components/Footer.svelte +++ b/src/lib/components/Footer.svelte @@ -10,7 +10,7 @@ let team = [ ['Fufexan', 'Supporting Developer', 'cyan', 'https://github.com/fufexan'], ['NotAShelf', 'Community Manager', 'teal', 'https://github.com/NotAShelf'], - ['VDawg', 'Webdesign-and dev', 'emerald', 'https://github.com/Visual-Dawg'] + ['VDawg', 'Webdesign and dev', 'emerald', 'https://github.com/vdawg-git'] ] function createRole(role, color) { return `[ ${role} ]` diff --git a/src/routes/hall_of_fame/rices.js b/src/routes/hall_of_fame/rices.js index c1b4a97..f33ba98 100644 --- a/src/routes/hall_of_fame/rices.js +++ b/src/routes/hall_of_fame/rices.js @@ -28,7 +28,7 @@ export const contests = [ name: 'Golden Era', creator: 'VDawg', pretitel: '#3', - dotfilesLink: 'https://github.com/Visual-Dawg/space_dots', + dotfilesLink: 'https://github.com/vdawg-git/space_dots', creatorProfilePicture: 'https://avatars.githubusercontent.com/u/28539403?s=96&v=4', thumbnail: '/imgs/ricing_competitions/3/vdawg.webp' }