feedback list 기능추가. 상단바 추가. 테마 적용 안됨.
This commit is contained in:
11
viewer/src/components/UserProfileBox.tsx
Normal file
11
viewer/src/components/UserProfileBox.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { CircleUser } from "lucide-react";
|
||||
import { Button } from "./ui/button";
|
||||
|
||||
export function UserProfileBox() {
|
||||
return (
|
||||
<Button variant="ghost" size="icon">
|
||||
<CircleUser />
|
||||
<span className="sr-only">사용자 프로필</span>
|
||||
</Button>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user