mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45:59 +01:00
Fix: Fixed VDwang github url (#74)
This commit is contained in:
parent
f2586942d3
commit
b81d305e98
3 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||||
|
|
|
@ -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>`
|
||||||
|
|
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue