diff options
author | silverwind <me@silverwind.io> | 2023-06-23 00:05:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-22 22:05:52 +0000 |
commit | d2142ba3c35613c8c4c444ca8a909792b4b9238b (patch) | |
tree | 8b8a1452c31f75d1681c1341c401949186c7c165 /package.json | |
parent | 6281ebfec390f66dffee06760b64bf879a66820f (diff) | |
download | gitea-d2142ba3c35613c8c4c444ca8a909792b4b9238b.tar.gz gitea-d2142ba3c35613c8c4c444ca8a909792b4b9238b.zip |
Update octicons and use `octicon-file-directory-symlink` (#25453)
Make use of the [new
octicon](https://github.com/primer/octicons/issues/945) that indicates a
symlink to a directory:
<img width="189" alt="Screenshot 2023-06-22 at 22 50 57"
src="https://github.com/go-gitea/gitea/assets/115237/a70690ea-ebfc-48fe-af23-cdc33bcb2098">
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index dd2eff7195..fd68c1d341 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@github/relative-time-element": "4.3.0", "@github/text-expander-element": "2.5.0", "@mcaptcha/vanilla-glue": "0.1.0-alpha-3", - "@primer/octicons": "19.3.0", + "@primer/octicons": "19.4.0", "@webcomponents/custom-elements": "1.6.0", "add-asset-webpack-plugin": "2.0.1", "ansi_up": "5.2.1", |