Openstatus www.openstatus.dev

fix: stuff (#657)

authored by

Maximilian Kaske and committed by
GitHub
7f48dd20 1bd55047

+3 -4
-2
apps/web/src/app/app/[workspaceSlug]/(dashboard)/layout.tsx
··· 1 1 import * as React from "react"; 2 2 import { notFound } from "next/navigation"; 3 3 4 - import { Shell } from "@/components/dashboard/shell"; 5 - import { AppSidebar } from "@/components/layout/app-sidebar"; 6 4 import { AppHeader } from "@/components/layout/header/app-header"; 7 5 import { api } from "@/trpc/server"; 8 6 import { WorkspaceClientCookie } from "../worskpace-client-cookie";
+1
apps/web/src/app/app/[workspaceSlug]/(dashboard)/monitors/[id]/_components/button-reset.tsx
··· 22 22 <Button 23 23 onClick={() => { 24 24 router.push(pathname); 25 + router.refresh(); 25 26 }} 26 27 variant="ghost" 27 28 size="lg"
+1 -1
apps/web/src/app/app/[workspaceSlug]/onboarding/_components/description.tsx
··· 59 59 </div> 60 60 <p 61 61 className={cn( 62 - "text-xs", 62 + "text-sm", 63 63 active 64 64 ? "text-foreground font-semibold" 65 65 : "text-muted-foreground",
+1 -1
apps/web/src/components/data-table/incident/columns.tsx
··· 14 14 cell: ({ row }) => { 15 15 return ( 16 16 <Link 17 - href={`./monitors/${row.original.id}/overview`} 17 + href={`./monitors/${row.original.monitorId}/overview`} 18 18 className="group flex items-center gap-2" 19 19 > 20 20 <span className="max-w-[125px] truncate group-hover:underline">