mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-12 05:52:01 +00:00
update version logo
This commit is contained in:
parent
79f8688fba
commit
e1c433eec1
1 changed files with 4 additions and 3 deletions
|
|
@ -2,6 +2,7 @@ import { useState, useEffect } from "react";
|
|||
import { useNavigate, useLocation, Outlet } from "react-router-dom";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import useAppVersion from "@/hooks/use-app-version";
|
||||
import vsersionLogo from "@/assets/version-logo.png"
|
||||
import {
|
||||
X,
|
||||
CircleCheck,
|
||||
|
|
@ -118,9 +119,9 @@ export default function Setting() {
|
|||
})}
|
||||
</nav>
|
||||
</div>
|
||||
<div className="w-full h-[55px] pt-4 pb-2 flex items-center justify-center gap-sm border-[0px] border-t border-solid border-white-80% flex-shrink-0 flex-grow-0">
|
||||
<div className="text-base font-bold text-primary leading-9">
|
||||
Eigent
|
||||
<div className="w-full h-[55px] pt-4 pb-2 flex items-center justify-center border-[0px] border-t border-solid border-white-80% flex-shrink-0 flex-grow-0">
|
||||
<div className="flex items-center gap-1 leading-9">
|
||||
<img src={vsersionLogo} alt="version-logo" className="h-6" />
|
||||
</div>
|
||||
<div className="px-sm py-0.5 bg-bg-surface-tertiary rounded-full gap-1 flex items-center justify-center">
|
||||
<CircleCheck className="w-4 h-4 text-bg-fill-success-primary" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue