Skip to content

Commit e5430c6

Browse files
author
Robin de Rooij
committed
Add local logo instead of external
1 parent 865b966 commit e5430c6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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"

0 commit comments

Comments
 (0)