Fix: Fixed VDwang github url (#74)

This commit is contained in:
Akash Dubey 2024-10-10 16:34:33 +05:30 committed by GitHub
parent f2586942d3
commit b81d305e98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -28,4 +28,4 @@ Feel free
## Credits ## 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.

View file

@ -10,7 +10,7 @@
let team = [ let team = [
['Fufexan', 'Supporting Developer', 'cyan', 'https://github.com/fufexan'], ['Fufexan', 'Supporting Developer', 'cyan', 'https://github.com/fufexan'],
['NotAShelf', 'Community Manager', 'teal', 'https://github.com/NotAShelf'], ['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) { function createRole(role, color) {
return `<span class='text-${color}-500'><span class='text-${color}-600'>[ </span>${role}<span class='text-${color}-600'> ]</span></span>` return `<span class='text-${color}-500'><span class='text-${color}-600'>[ </span>${role}<span class='text-${color}-600'> ]</span></span>`

View file

@ -28,7 +28,7 @@ export const contests = [
name: 'Golden Era', name: 'Golden Era',
creator: 'VDawg', creator: 'VDawg',
pretitel: '#3', 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', creatorProfilePicture: 'https://avatars.githubusercontent.com/u/28539403?s=96&v=4',
thumbnail: '/imgs/ricing_competitions/3/vdawg.webp' thumbnail: '/imgs/ricing_competitions/3/vdawg.webp'
} }