We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad5350 commit ee0fdf1Copy full SHA for ee0fdf1
src/components/App.tsx
@@ -1129,7 +1129,7 @@ function App() {
1129
height="100px"
1130
fontSize="xl"
1131
onClick={() => newUserNodeLinkedToANewSystemNode()}
1132
- color={getFluxNodeTypeDarkColor(FluxNodeType.GPT)}
+ color={getFluxNodeTypeDarkColor(FluxNodeType.System)}
1133
>
1134
Create a new conversation tree
1135
</BigButton>
src/components/utils/NavigationBar.tsx
@@ -75,7 +75,10 @@ export function NavigationBar({
75
76
<Text whiteSpace="nowrap">
77
<b>
78
- <span style={{ color: "#6A5EEB" }}>Hyperbolic</span> Flux
+ <a href="https://hyperbolic.xyz/" style={{ color: "#6A5EEB" }}>
79
+ Hyperbolic
80
+ </a>{" "}
81
+ Flux
82
</b>{" "}
83
by
84
</Text>
0 commit comments