Skip to content

Commit

Permalink
fix: replace MITRE Engenuity branding with Mappings Explorer branding
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecarenzo authored Mar 6, 2024
1 parent f00802d commit 56b0101
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/mappings_editor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<link href="/favicon_light.ico" rel="icon" media="(prefers-color-scheme: light)"/>
<link href="/favicon_dark.ico" rel="icon" media="(prefers-color-scheme: dark)"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mappings Editor</title>
</head>
Expand Down
Binary file removed src/mappings_editor/public/favicon.ico
Binary file not shown.
Binary file added src/mappings_editor/public/favicon_dark.ico
Binary file not shown.
Binary file added src/mappings_editor/public/favicon_light.ico
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ export default defineComponent({
.list-item-options-list-field {
background: #1c1c1c;
border-radius: 3px;
}
.scroll-box {
Expand Down
4 changes: 3 additions & 1 deletion src/mappings_editor/src/components/Elements/AppTitleBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,13 @@ export default defineComponent({
/** === App Logo === */
.logo {
display: flex;
align-items: center;
margin: 0px 6px 0px 12px;
}
.logo img {
height: 10px;
height: 14px;
}
</style>

0 comments on commit 56b0101

Please sign in to comment.