Skip to content

Commit cd2b8c2

Browse files
committed
umami analytics
1 parent eb3123f commit cd2b8c2

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

app/layout.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ export default function RootLayout({
3636
}) {
3737
return (
3838
<html lang="en">
39+
<head>
40+
<script
41+
defer
42+
src="https://cloud.umami.is/script.js"
43+
data-website-id="97dd6182-c656-4265-97e0-ee9613b88078"
44+
/>
45+
</head>
3946
<body
4047
className={`${shareTech.className} ${archivoBlack.variable} ${shareTech.variable} ${shareTechMono.variable}`}
4148
>

content/docs/components/badge.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Badge
3-
description: The component that looks like a button that's not clickable!
4-
lastUpdated: 30 Sep, 2024
3+
description: The component that looks like a button but isn't clickable!
4+
lastUpdated: 4 Oct, 2024
55
---
66

7-
## default
7+
## Default
88
<hr/>
99
<br/>
1010
<ComponentShowcase name="badge-style-default" />

0 commit comments

Comments
 (0)