Skip to content

Commit e294c4b

Browse files
committed
change UA
1 parent 0c0f142 commit e294c4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/dashboard/app/not-found.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

apps/uptime/src/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { ActionResult, UptimeData } from "./types";
66
import { MonitorStatus } from "./types";
77

88
const 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,

0 commit comments

Comments
 (0)