File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,13 @@ export default function RootLayout({
36
36
} ) {
37
37
return (
38
38
< 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 >
39
46
< body
40
47
className = { `${ shareTech . className } ${ archivoBlack . variable } ${ shareTech . variable } ${ shareTechMono . variable } ` }
41
48
>
Original file line number Diff line number Diff line change 1
1
---
2
2
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
5
5
---
6
6
7
- ## default
7
+ ## Default
8
8
<hr />
9
9
<br />
10
10
<ComponentShowcase name = " badge-style-default" />
You can’t perform that action at this time.
0 commit comments