[FRONTEND] move the gitea svg to web_src/svg

and run make svg to update the forgejo svg as well
This commit is contained in:
Earl Warren 2024-02-25 23:41:33 +01:00
parent 1424df9b71
commit 9560492a84
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
4 changed files with 3 additions and 11 deletions

View file

@ -59,7 +59,6 @@ async function main() {
await Promise.all([
...processFiles('node_modules/@primer/octicons/build/svg/*-16.svg', {prefix: 'octicon'}),
...processFiles('web_src/svg/*.svg'),
...processFiles('public/assets/img/gitea.svg', {fullName: 'gitea-gitea'}),
]);
}