Skip to content

Commit

Permalink
feat: more hyperbolic branding
Browse files Browse the repository at this point in the history
  • Loading branch information
transmissions11 committed Jun 11, 2024
1 parent 6ad5350 commit ee0fdf1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ function App() {
height="100px"
fontSize="xl"
onClick={() => newUserNodeLinkedToANewSystemNode()}
color={getFluxNodeTypeDarkColor(FluxNodeType.GPT)}
color={getFluxNodeTypeDarkColor(FluxNodeType.System)}
>
Create a new conversation tree
</BigButton>
Expand Down
5 changes: 4 additions & 1 deletion src/components/utils/NavigationBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ export function NavigationBar({
>
<Text whiteSpace="nowrap">
<b>
<span style={{ color: "#6A5EEB" }}>Hyperbolic</span> Flux
<a href="https://hyperbolic.xyz/" style={{ color: "#6A5EEB" }}>
Hyperbolic
</a>{" "}
Flux
</b>{" "}
by
</Text>
Expand Down

0 comments on commit ee0fdf1

Please sign in to comment.