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:
parent
875b74c2fb
commit
7fb1f1fe6a
|
|
@ -18,6 +18,9 @@ export default function RootLayout({
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" className={`${inter.variable} ${jetbrainsMono.variable}`}>
|
<html lang="en" className={`${inter.variable} ${jetbrainsMono.variable}`}>
|
||||||
|
<head>
|
||||||
|
<script defer src="https://rdata.online/collect.js" data-website-id="ea665b3c-ac4f-40cd-918e-1f99c5c69fac" />
|
||||||
|
</head>
|
||||||
<body className="bg-gray-50 dark:bg-gray-900 min-h-screen">
|
<body className="bg-gray-50 dark:bg-gray-900 min-h-screen">
|
||||||
<Providers>
|
<Providers>
|
||||||
{children}
|
{children}
|
||||||
|
|
|
||||||
|
|
@ -176,6 +176,7 @@ export default function LandingPage() {
|
||||||
<a href="https://rfunds.online" className="text-sm text-gray-500 hover:text-gray-300 transition-colors">rFunds</a>
|
<a href="https://rfunds.online" className="text-sm text-gray-500 hover:text-gray-300 transition-colors">rFunds</a>
|
||||||
<a href="https://rtrips.online" className="text-sm text-gray-500 hover:text-gray-300 transition-colors">rTrips</a>
|
<a href="https://rtrips.online" className="text-sm text-gray-500 hover:text-gray-300 transition-colors">rTrips</a>
|
||||||
<a href="https://rcart.online" className="text-sm text-gray-500 hover:text-gray-300 transition-colors">rCart</a>
|
<a href="https://rcart.online" className="text-sm text-gray-500 hover:text-gray-300 transition-colors">rCart</a>
|
||||||
|
<a href="https://rchoices.online" className="text-sm text-gray-500 hover:text-gray-300 transition-colors">rChoices</a>
|
||||||
<a href="https://rwallet.online" className="text-sm text-gray-500 hover:text-gray-300 transition-colors">rWallet</a>
|
<a href="https://rwallet.online" className="text-sm text-gray-500 hover:text-gray-300 transition-colors">rWallet</a>
|
||||||
<a href="https://rfiles.online" className="text-sm text-gray-500 hover:text-gray-300 transition-colors">rFiles</a>
|
<a href="https://rfiles.online" className="text-sm text-gray-500 hover:text-gray-300 transition-colors">rFiles</a>
|
||||||
<a href="https://rtube.online" className="text-sm text-gray-500 hover:text-gray-300 transition-colors">rTube</a>
|
<a href="https://rtube.online" className="text-sm text-gray-500 hover:text-gray-300 transition-colors">rTube</a>
|
||||||
|
|
@ -185,6 +186,7 @@ export default function LandingPage() {
|
||||||
<a href="https://rstack.online" className="text-sm text-gray-500 hover:text-gray-300 transition-colors">rStack</a>
|
<a href="https://rstack.online" className="text-sm text-gray-500 hover:text-gray-300 transition-colors">rStack</a>
|
||||||
<a href="https://rauctions.online" className="text-sm text-gray-500 hover:text-gray-300 transition-colors">rAuctions</a>
|
<a href="https://rauctions.online" className="text-sm text-gray-500 hover:text-gray-300 transition-colors">rAuctions</a>
|
||||||
<a href="https://rpubs.online" className="text-sm text-gray-500 hover:text-gray-300 transition-colors">rPubs</a>
|
<a href="https://rpubs.online" className="text-sm text-gray-500 hover:text-gray-300 transition-colors">rPubs</a>
|
||||||
|
<a href="https://rdata.online" className="text-sm text-gray-500 hover:text-gray-300 transition-colors">rData</a>
|
||||||
</div>
|
</div>
|
||||||
<p className="text-center text-xs text-gray-600">
|
<p className="text-center text-xs text-gray-600">
|
||||||
Part of the r* ecosystem — collaborative tools for communities.
|
Part of the r* ecosystem — collaborative tools for communities.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue