Skip to content

Commit 91d5e4b

Browse files
authored
fix: license and typo (#5672)
1 parent 0b052bd commit 91d5e4b

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204

205205
The following icon is using Feather Icons with the MIT license:
206206
incubator-devlake/config-ui/src/images/icons/api.svg
207-
incubator-devlake/config-ui/src/images/icons/api.svg
207+
incubator-devlake/config-ui/src/images/icons/dashboard.svg
208208
incubator-devlake/config-ui/src/images/icons/file.svg
209209

210210
https://feathericons.com/

config-ui/src/layouts/base/base.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { PageLoading, Logo, ExternalLink, IconButton } from '@/components';
2525
import { useTips, useRefreshData } from '@/hooks';
2626
import { TipsContextProvider, ConnectionContextProvider } from '@/store';
2727

28-
import DashboardIcon from '@/images/icons/dashborad.svg';
28+
import DashboardIcon from '@/images/icons/dashboard.svg';
2929
import FileIcon from '@/images/icons/file.svg';
3030
import APIIcon from '@/images/icons/api.svg';
3131
import GitHubIcon from '@/images/icons/github.svg';

0 commit comments

Comments
 (0)