Add rData analytics tracking and ecosystem footer link

- Inject rdata.online/collect.js tracking script in layout
- Add rData link to ecosystem footer

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-18 18:57:08 +00:00
parent 5e9b3f828a
commit 0bcc5fff48
2 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,9 @@ export default function RootLayout({
}>) { }>) {
return ( return (
<html lang="en"> <html lang="en">
<head>
<script defer src="https://rdata.online/collect.js" data-website-id="de6d72e3-5342-4806-9a17-fc82c7189354" />
</head>
<body className={`${inter.variable} font-sans antialiased`}> <body className={`${inter.variable} font-sans antialiased`}>
<AuthProvider> <AuthProvider>
{children} {children}

View File

@ -140,6 +140,7 @@ export default function Home() {
<a href="https://rfunds.online" className="hover:text-slate-300 transition-colors">rFunds</a> <a href="https://rfunds.online" className="hover:text-slate-300 transition-colors">rFunds</a>
<a href="https://rtrips.online" className="hover:text-slate-300 transition-colors font-medium text-slate-300">rTrips</a> <a href="https://rtrips.online" className="hover:text-slate-300 transition-colors font-medium text-slate-300">rTrips</a>
<a href="https://rcart.online" className="hover:text-slate-300 transition-colors">rCart</a> <a href="https://rcart.online" className="hover:text-slate-300 transition-colors">rCart</a>
<a href="https://rchoices.online" className="hover:text-slate-300 transition-colors">rChoices</a>
<a href="https://rwallet.online" className="hover:text-slate-300 transition-colors">rWallet</a> <a href="https://rwallet.online" className="hover:text-slate-300 transition-colors">rWallet</a>
<a href="https://rfiles.online" className="hover:text-slate-300 transition-colors">rFiles</a> <a href="https://rfiles.online" className="hover:text-slate-300 transition-colors">rFiles</a>
<a href="https://rtube.online" className="hover:text-slate-300 transition-colors">rTube</a> <a href="https://rtube.online" className="hover:text-slate-300 transition-colors">rTube</a>
@ -149,6 +150,7 @@ export default function Home() {
<a href="https://rstack.online" className="hover:text-slate-300 transition-colors">rStack</a> <a href="https://rstack.online" className="hover:text-slate-300 transition-colors">rStack</a>
<a href="https://rauctions.online" className="hover:text-slate-300 transition-colors">rAuctions</a> <a href="https://rauctions.online" className="hover:text-slate-300 transition-colors">rAuctions</a>
<a href="https://rpubs.online" className="hover:text-slate-300 transition-colors">rPubs</a> <a href="https://rpubs.online" className="hover:text-slate-300 transition-colors">rPubs</a>
<a href="https://rdata.online" className="hover:text-slate-300 transition-colors">rData</a>
</div> </div>
<p className="text-center text-xs text-slate-600"> <p className="text-center text-xs text-slate-600">
Part of the r* ecosystem collaborative tools for communities. Part of the r* ecosystem collaborative tools for communities.