aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/SubscriberTable/SubscriberTable.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/SubscriberTable/SubscriberTable.tsx')
-rw-r--r--src/components/SubscriberTable/SubscriberTable.tsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/SubscriberTable/SubscriberTable.tsx b/src/components/SubscriberTable/SubscriberTable.tsx
index 766cd3d..6c19e44 100644
--- a/src/components/SubscriberTable/SubscriberTable.tsx
+++ b/src/components/SubscriberTable/SubscriberTable.tsx
@@ -26,7 +26,10 @@ const DataTable = ({ channel_data, timestamp }: SubscriberDataTableProp) => {
return (
<>
- <div className="text-center sm:mt-5">
+ <div
+ className="text-center sm:mt-5"
+ style={{ fontFamily: "Quantico, sans-serif" }}
+ >
<h1 className="text-2xl font-bold text-gray-800">
Subscriber Count
</h1>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage