diff options
author | Kim <1877318+kimsible@users.noreply.github.com> | 2020-07-23 14:42:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-23 14:42:06 +0200 |
commit | 345b4a22a8432cfd8c9c9f24634821d58c215b9a (patch) | |
tree | 253b5b3d3ba797ca496226a200800fafabbcf143 /scripts | |
parent | 8110705d020a0025ce307a9c8ee5ba9bfe8e9323 (diff) | |
download | PeerTube-345b4a22a8432cfd8c9c9f24634821d58c215b9a.tar.gz PeerTube-345b4a22a8432cfd8c9c9f24634821d58c215b9a.tar.zst PeerTube-345b4a22a8432cfd8c9c9f24634821d58c215b9a.zip |
Update my-account sub-menus icons (#2977)
* Update user sub-menus icons
* Update admin sub-menu icons
* Add solendp to credits
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/generate-code-contributors.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/generate-code-contributors.ts b/scripts/generate-code-contributors.ts index c68e23bf9..53813e6ab 100755 --- a/scripts/generate-code-contributors.ts +++ b/scripts/generate-code-contributors.ts | |||
@@ -36,6 +36,7 @@ async function run () { | |||
36 | console.log(' * `support` by Chocobozzz (CC-BY)') | 36 | console.log(' * `support` by Chocobozzz (CC-BY)') |
37 | console.log(' * `language` by Aaron Jin (CC-BY)') | 37 | console.log(' * `language` by Aaron Jin (CC-BY)') |
38 | console.log(' * `video-language` by Rigel Kent (CC-BY)') | 38 | console.log(' * `video-language` by Rigel Kent (CC-BY)') |
39 | console.log(' * `peertube-x` by Solen DP (CC-BY)') | ||
39 | } | 40 | } |
40 | } | 41 | } |
41 | 42 | ||