Skip to content

Commit ee0fdf1

Browse files
feat: more hyperbolic branding
1 parent 6ad5350 commit ee0fdf1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/components/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ function App() {
11291129
height="100px"
11301130
fontSize="xl"
11311131
onClick={() => newUserNodeLinkedToANewSystemNode()}
1132-
color={getFluxNodeTypeDarkColor(FluxNodeType.GPT)}
1132+
color={getFluxNodeTypeDarkColor(FluxNodeType.System)}
11331133
>
11341134
Create a new conversation tree
11351135
</BigButton>

src/components/utils/NavigationBar.tsx

+4-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ export function NavigationBar({
7575
>
7676
<Text whiteSpace="nowrap">
7777
<b>
78-
<span style={{ color: "#6A5EEB" }}>Hyperbolic</span> Flux
78+
<a href="https://hyperbolic.xyz/" style={{ color: "#6A5EEB" }}>
79+
Hyperbolic
80+
</a>{" "}
81+
Flux
7982
</b>{" "}
8083
by
8184
</Text>

0 commit comments

Comments
 (0)