Skip to content

Commit a65f1f9

Browse files
authored
Update wanaku logo (#114)
1 parent d153edc commit a65f1f9

File tree

3 files changed

+81
-8
lines changed

3 files changed

+81
-8
lines changed

ui/src/App.tsx

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
import {
2-
IbmDynamicRouteServer,
3-
LogoGithub,
4-
Notification,
5-
Search,
6-
} from "@carbon/icons-react";
1+
import { LogoGithub, Notification, Search } from "@carbon/icons-react";
72
import {
83
Column,
94
Content,
@@ -22,6 +17,7 @@ import { Link, Outlet } from "react-router-dom";
2217
import "./App.scss";
2318
import { ExternalLinks, Links } from "./router/links.models";
2419
import axios from "axios";
20+
import wanakuLogo from "./assets/wanaku.svg";
2521

2622
function App() {
2723
axios.defaults.baseURL = VITE_API_URL;
@@ -43,7 +39,11 @@ function App() {
4339
aria-expanded={isSideNavExpanded}
4440
/>
4541
<HeaderName href={ExternalLinks.Home} target="_blank" prefix="">
46-
<IbmDynamicRouteServer size={32} style={{ marginRight: "1em" }} />{" "}
42+
<img
43+
src={wanakuLogo}
44+
alt="Wanaku"
45+
style={{ marginRight: "1em" }}
46+
/>
4747
Wanaku
4848
</HeaderName>
4949

ui/src/assets/react.svg

-1
This file was deleted.

ui/src/assets/wanaku.svg

+74
Loading

0 commit comments

Comments
 (0)