Skip to content

Commit 24e2b7a

Browse files
committed
Merge branch 'leafletFix' of https://github.com/terminusdb/terminusdb-dashboard into leafletFix
2 parents b4d35c8 + 3cab78d commit 24e2b7a

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed
34.9 KB
Loading

packages/tdb-dashboard/src/components/constants.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import {SiOpenai} from "react-icons/si"
1313
import {RiSearchLine} from "react-icons/ri"
1414
import {FaCog} from "react-icons/fa"
1515

16+
import logo from "../assets/logo.png"
17+
1618
//User Messages
1719
export const SERVER_LOADING_MESSAGE = "Setting up TerminusCMS ... "
1820
export const SCHEMA_LOADING_MESSAGE = "The schema being loaded... "
@@ -27,7 +29,7 @@ export const IconBarConfig = {
2729
logo: {
2830
title: "TerminusDB",
2931
key:"TerminusDB",
30-
img: <img src="https://assets.terminusdb.com/images/terminusx-color.png" className="logo-img"/>,
32+
img: <img src={logo} className="logo-img"/>,
3133
/*svg: <React.Fragment>
3234
<svg width="48" height="48" xmlns="http://www.w3.org/2000/svg">
3335
<g fill="#00C08B">
@@ -523,4 +525,4 @@ export const VIEW_LIST="List"
523525

524526
//ERROR MESSAGE CONSTANTS
525527
export const ERROR_MORE_INFO_CLASSNAME = "float-right alert_danger alert_danger_text rounded alert_danger_border"
526-
export const ERROR_DOC_EXPAND_ICON_CLASSNAME = "mr-4 alert_expand_icons bg-transparent border-0 alert_danger_text"
528+
export const ERROR_DOC_EXPAND_ICON_CLASSNAME = "mr-4 alert_expand_icons bg-transparent border-0 alert_danger_text"

packages/tdb-react-components/src/css/less/component/tabs.less

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,9 @@
1313
.RRT__tabs {
1414
display: flex;
1515
flex-wrap: wrap;
16-
background: #f4f4f4;
17-
/*border-bottom: 1px solid #ddd;
18-
border-top: 1px solid #ddd;*/
16+
background: #f4f4f4;
1917
border-bottom: 1px solid #666666;
2018
min-height:45px;
21-
2219
}
2320

2421
.RRT__tab {
@@ -36,12 +33,11 @@
3633
.RRT__tab--selected {
3734
background: #f4f4f4;
3835
border-color: #f4f4f4 #f4f4f4 #ff8000;
39-
/*color: #ff8000;*/
4036
color: #fed893;
4137
font-weight: 600;
4238
}
4339

44-
.RRT__panel {
40+
.RRT__panel.tdb__panel {
4541
margin-top: -1px;
4642
padding: 1em;
4743
border: 0px;

0 commit comments

Comments
 (0)