mirror of
https://github.com/freedbygrace/DynamoDNS.git
synced 2026-08-21 15:06:37 +00:00
Improve sidebar navigation by wrapping links in divs.
Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/238b3770-9672-4505-8afd-be8764dfd6be.jpg
This commit is contained in:
@@ -5,7 +5,7 @@ import { Loader2 } from "lucide-react";
|
||||
import { Card, CardContent, CardTitle } from "@/components/ui/card";
|
||||
|
||||
interface RecentActivityProps {
|
||||
domainId?: number;
|
||||
domainId?: string;
|
||||
}
|
||||
|
||||
export function RecentActivity({ domainId }: RecentActivityProps) {
|
||||
|
||||
Reference in New Issue
Block a user