docs(scanner): added in instructions on how to update the scanner
only test2 stage now commands for now.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Link } from "@tanstack/react-router";
|
||||
import { ScanText, ScrollText } from "lucide-react";
|
||||
import { ScanText } from "lucide-react";
|
||||
import {
|
||||
SidebarGroup,
|
||||
SidebarGroupContent,
|
||||
@@ -10,14 +10,14 @@ import {
|
||||
useSidebar,
|
||||
} from "../ui/sidebar";
|
||||
|
||||
export default function MobileBar({ session }: any) {
|
||||
export default function MobileBar() {
|
||||
const { setOpen } = useSidebar();
|
||||
const items = [
|
||||
{
|
||||
title: "Update Instructions",
|
||||
url: "/",
|
||||
icon: ScrollText,
|
||||
},
|
||||
// {
|
||||
// title: "Update Instructions",
|
||||
// url: "/",
|
||||
// icon: ScrollText,
|
||||
// },
|
||||
{
|
||||
title: "Scan Log",
|
||||
url: "/",
|
||||
|
||||
Reference in New Issue
Block a user