diff options
author | silverwind <me@silverwind.io> | 2022-10-10 14:02:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-10 14:02:20 +0200 |
commit | 7044d34ae577b54d42ea5dee13faa772036e9a77 (patch) | |
tree | 5c9fe498a97bf62db9acadf6f8827c2b08fe03b9 /public | |
parent | Allow creation of OAuth2 applications for orgs (#18084) (diff) | |
download | forgejo-7044d34ae577b54d42ea5dee13faa772036e9a77.tar.xz forgejo-7044d34ae577b54d42ea5dee13faa772036e9a77.zip |
Update JS dependencies and eslint config (#21388)
- Update all JS dependencies and playwright image
- Add new eslint rules, enable a few more, fix issues
- Regenerate SVGs
- Tested Vue and Swagger
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'public')
-rw-r--r-- | public/img/svg/octicon-alert-fill.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/img/svg/octicon-alert-fill.svg b/public/img/svg/octicon-alert-fill.svg new file mode 100644 index 0000000000..34795cfbe4 --- /dev/null +++ b/public/img/svg/octicon-alert-fill.svg @@ -0,0 +1 @@ +<svg viewBox="0 0 16 16" class="svg octicon-alert-fill" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575L6.457 1.047zM8 5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0v-2.5A.75.75 0 0 1 8 5zm1 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/></svg>
\ No newline at end of file |