diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-11-03 23:09:39 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-11-03 23:09:39 -0800 |
| commit | 221cb6fba838ac287860c660a4c3f94a7fe47e77 (patch) | |
| tree | 68232d8978acc3ddeab92d19cba2b83ae9ca7283 /src/components/SubscriberTable/SubscriberTable.tsx | |
| parent | 21d496c324b025d907574076e4115919ba2e7f64 (diff) | |
add sidebar navigation
Diffstat (limited to 'src/components/SubscriberTable/SubscriberTable.tsx')
| -rw-r--r-- | src/components/SubscriberTable/SubscriberTable.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/SubscriberTable/SubscriberTable.tsx b/src/components/SubscriberTable/SubscriberTable.tsx index 43c8c16..766cd3d 100644 --- a/src/components/SubscriberTable/SubscriberTable.tsx +++ b/src/components/SubscriberTable/SubscriberTable.tsx @@ -30,9 +30,6 @@ const DataTable = ({ channel_data, timestamp }: SubscriberDataTableProp) => { <h1 className="text-2xl font-bold text-gray-800"> Subscriber Count </h1> - <h2 className="text-xl text-gray-800"> - Click on a row to view more details! - </h2> <p className="text-gray-500 text-sm"> Updated Hourly. Retrieved at: {timestamp} </p> |
