From a284fdf222359341a1184fae1e44d30cc8d8a45f Mon Sep 17 00:00:00 2001 From: mroxso <24775431+mroxso@users.noreply.github.com> Date: Sun, 28 Jan 2024 21:18:07 +0100 Subject: [PATCH] replace "View Raw" with Code Icon --- lumina/components/ViewRawButton.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lumina/components/ViewRawButton.tsx b/lumina/components/ViewRawButton.tsx index cd89925..e139a27 100644 --- a/lumina/components/ViewRawButton.tsx +++ b/lumina/components/ViewRawButton.tsx @@ -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 ( - +