Skip to content
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID=YOUR_PROJECT_ID
1 change: 0 additions & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { Metadata } from "next";
import "@rainbow-me/rainbowkit/styles.css";
import "./globals.css";

import {
Expand Down
2 changes: 1 addition & 1 deletion components/dashboard/DashboardMetrics.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use client";

import IDMetrics, { IDMetricsProps } from "./IDMetrics";
import TrustScore, { TrustScoreProps } from "./TrustScore";
import TrustScore from "./TrustScore";
import Metrics, { MetricsProps } from "./Metrics";

export interface DashboardMetricsProps extends IDMetricsProps, MetricsProps {
Expand Down
1 change: 0 additions & 1 deletion components/layout/SideBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import React, { useState, useEffect } from "react";
import Image from "next/image";
import Link from "next/link";
import { usePathname } from "next/navigation";
import { FiMenu } from "react-icons/fi";

interface NavItem {
label: string;
Expand Down
Loading
Loading