aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/SubscriberTable/SubscriberTable.tsx
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2023-11-26 02:36:07 -0800
committerPinapelz <yukais@pinapelz.com>2023-11-26 02:36:07 -0800
commit13625d722a421441c1edc6eb1256b7e20f20544d (patch)
tree9035666485280eba681fe90a7ae0ff18924a99ea /src/components/SubscriberTable/SubscriberTable.tsx
parent174cbcc1a1667b254d19bca31463f900845ea8ee (diff)
use SSR for rendering graph + transition demo to PhaseConnect
- I like Phase Connect
Diffstat (limited to 'src/components/SubscriberTable/SubscriberTable.tsx')
-rw-r--r--src/components/SubscriberTable/SubscriberTable.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SubscriberTable/SubscriberTable.tsx b/src/components/SubscriberTable/SubscriberTable.tsx
index 8094e21..31ca24f 100644
--- a/src/components/SubscriberTable/SubscriberTable.tsx
+++ b/src/components/SubscriberTable/SubscriberTable.tsx
@@ -28,7 +28,7 @@ return (
</div>
<div className="px-2 sm:px-48 py-4 sm:py-8 relative shadow-md rounded-l text-left overflow-auto">
<table className="w-full text-m sm:text-xl text-black bg-white">
- <thead className="text-m sm:text-lg text-white" style={{ backgroundColor: '#2D4B71' }}>
+ <thead className="text-m sm:text-lg text-white rounded-md" style={{ backgroundColor: 'black' }}>
<tr>
<th scope="col" className="py-1 px-1 sm:px-3 hidden sm:table-cell">
RANK
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage