mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-04-08 22:46:49 +02:00
replace "View Raw" with Code Icon
This commit is contained in:
@@ -10,13 +10,14 @@ import {
|
||||
DrawerTrigger,
|
||||
} from "@/components/ui/drawer"
|
||||
import { Textarea } from "./ui/textarea";
|
||||
import { CodeIcon } from "@radix-ui/react-icons";
|
||||
|
||||
|
||||
export default function ViewRawButton(event: any) {
|
||||
return (
|
||||
<Drawer>
|
||||
<DrawerTrigger>
|
||||
<Button variant="outline">View Raw</Button>
|
||||
<Button variant="outline"><CodeIcon /></Button>
|
||||
</DrawerTrigger>
|
||||
<DrawerContent>
|
||||
<DrawerHeader>
|
||||
|
||||
Reference in New Issue
Block a user