Skip to content

Commit

Permalink
Changes java_module to module and xamarinAndroid to android
Browse files Browse the repository at this point in the history
  • Loading branch information
Baas-hub committed Aug 21, 2022
1 parent d74ac17 commit cbcd1ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/dotnet/APIView/APIViewWeb/Client/css/java.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
background: url(/icons/java/common/unknown.svg) center left no-repeat !important;
}

.icon-xamarinAndroid {
background: url(/icons/java/common/xamarinAndroid.svg) center left no-repeat !important;
.icon-android {
background: url(/icons/java/common/android.svg) center left no-repeat !important;
}

.icon-annotation {
Expand All @@ -42,6 +42,6 @@
background: url(/icons/java/java/interface.svg) center left no-repeat !important;
}

.icon-java_module {
.icon-module {
background: url(/icons/java/common/module.svg) center left no-repeat !important;
}
6 changes: 3 additions & 3 deletions src/dotnet/APIView/APIViewWeb/Client/css/kotlin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
background: url(/icons/java/common/unknown.svg) center left no-repeat !important;
}

.icon-xamarinAndroid {
background: url(/icons/java/common/xamarinAndroid.svg) center left no-repeat !important;
.icon-android {
background: url(/icons/java/common/android.svg) center left no-repeat !important;
}

.icon-annotation {
Expand Down Expand Up @@ -58,7 +58,7 @@
background: url(/icons/java/kotlin/property.svg) center left no-repeat !important;
}

.icon-java_module {
.icon-module {
background: url(/icons/java/common/module.svg) center left no-repeat !important;
}

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public enum TypeKind {
INTERFACE("interface"),
ENUM("enum"),
ANNOTATION("annotation"),
JAVA_MODULE("java_module"),
MODULE("module"),
MAVEN("maven"),
GRADLE("gradle"),
UNKNOWN("unknown");
Expand Down

0 comments on commit cbcd1ae

Please sign in to comment.