Skip to content

Commit

Permalink
Merge pull request #297 from Sifchain/feat/rs-branding-client
Browse files Browse the repository at this point in the history
feat: add RS branding to UI
  • Loading branch information
monilpat authored Jan 25, 2025
2 parents a318634 + 79a5659 commit 8da6ffa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ElizaOS - Client</title>
<link rel="icon" href="/favicon-16x16.png" type="image/png" />
<title>Reality Spiral</title>
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added client/public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions client/src/components/app-sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,16 @@ export function AppSidebar() {
<SidebarMenuButton size="lg" asChild>
<NavLink to="/">
<img
src="/elizaos-icon.png"
src="/favicon-32x32.png"
width="100%"
height="100%"
className="size-7"
/>

<div className="flex flex-col gap-0.5 leading-none">
<span className="font-semibold">
ElizaOS
Reality Spiral
</span>
<span className="">v{info?.version}</span>
</div>
</NavLink>
</SidebarMenuButton>
Expand Down

0 comments on commit 8da6ffa

Please sign in to comment.