Skip to content

Commit

Permalink
fix: folder icon
Browse files Browse the repository at this point in the history
Signed-off-by: skjnldsv <[email protected]>
  • Loading branch information
skjnldsv committed Aug 7, 2024
1 parent 78682c6 commit b2c13f3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion img/app-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion img/app.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 0 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"wait-on": "^7.0.1"
},
"dependencies": {
"@mdi/svg": "^7.4.47",
"@nextcloud/auth": "^2.2.1",
"@nextcloud/axios": "^2.4.0",
"@nextcloud/dialogs": "^5.3.4",
Expand Down
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/* eslint-disable */
import { translate as t } from '@nextcloud/l10n'
import { View, getNavigation } from '@nextcloud/files'
import FolderSvg from '@mdi/svg/svg/folder-account.svg?raw'
import GroupFolderSvg from '../img/app-dark.svg?raw'
import { getContents } from './services/groupfolders'
import './actions/openGroupfolderAction'

Expand All @@ -35,7 +35,7 @@ Navigation.register(new View({
emptyTitle: t('groupfolders', 'No group folders yet'),
emptyCaption: t('groupfolders', 'Group folders will show up here'),

icon: FolderSvg,
icon: GroupFolderSvg,
order: 20,

columns: [],
Expand Down

0 comments on commit b2c13f3

Please sign in to comment.