File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -192,14 +192,14 @@ export default function NotFound() {
192192 return (
193193 < CommandPrimitive . Item
194194 className = { cn (
195- "group relative flex cursor-pointer select-none items-center gap-3 rounded px-2 py-2 outline-none " ,
195+ "group relative flex cursor-pointer select-none items-center gap-3 rounded px-2 py-2 outline-none" ,
196196 "data-[selected=true]:bg-accent data-[selected=true]:text-accent-foreground"
197197 ) }
198198 key = { item . path }
199199 onSelect = { ( ) => handleSelect ( item ) }
200200 value = { `${ item . name } ${ item . path } ` }
201201 >
202- < div className = "flex size-7 shrink-0 items-center justify-center rounded bg-accent group-data-[selected=true]:bg-background" >
202+ < div className = "flex size-7 shrink-0 items-center justify-center rounded bg-accent group-data-[selected=true]:bg-background" >
203203 < ItemIcon
204204 className = "size-4 text-muted-foreground"
205205 weight = "duotone"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import type { ActionResult, UptimeData } from "./types";
66import { MonitorStatus } from "./types" ;
77
88const CONFIG = {
9- userAgent : "databuddy-pulse /1.0" ,
9+ userAgent : "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Databuddy-Pulse /1.0" ,
1010 timeout : 30_000 ,
1111 maxRedirects : 10 ,
1212 maxRetries : 3 ,
You can’t perform that action at this time.
0 commit comments