File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ const FooterMenuLinks = ({ lang }: { lang: string }) => (
45
45
46
46
const FooterSocialLinks = ( ) => (
47
47
< FooterLinks
48
- title = "Social "
48
+ title = "Support "
49
49
links = { SOCIAL_LINKS }
50
50
/>
51
51
)
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export function Stars() {
26
26
href = { PROJECT_URL }
27
27
target = "_blank"
28
28
rel = "noopener noreferrer"
29
- className = "plausible-event-name=Star+Github inline-flex items-center gap-2 px-4 py-2 bg-white dark:bg-neutral-900 hover:bg-neutral-50 dark:hover:bg-neutral-700 text-sm font-medium text-neutral-900 dark:text-neutral-100 rounded-lg border border-neutral-400 dark:border-neutral-700 transition-colors duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-neutral-200 dark:focus:ring-neutral-700"
29
+ className = "!no-underline plausible-event-name=Star+Github inline-flex items-center gap-2 px-4 py-2 bg-white dark:bg-neutral-900 hover:bg-neutral-100 dark:hover:bg-neutral-800 text-sm font-medium text-neutral-900 dark:text-neutral-100 rounded-lg border border-neutral-400 dark:border-neutral-700 transition-colors duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-neutral-200 dark:focus:ring-neutral-700"
30
30
>
31
31
< GitHubIcon className = "w-4 h-4" />
32
32
< span className = "hidden lg:inline" > Star on GitHub</ span >
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ export const SubscribeForm = () => {
84
84
variant = "outline"
85
85
>
86
86
< span className = "group-data-[loading=true]:text-transparent" >
87
- Subscribe
87
+ Notify me
88
88
</ span >
89
89
{ isLoading && (
90
90
< div className = "absolute inset-0 flex items-center justify-center" >
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ export const Separator: FC<{ children: ReactNode }> = ({ children }) => {
9
9
}
10
10
11
11
export default {
12
+ 'getting-started' : '' ,
12
13
_ : {
13
- title : < Separator > Docs </ Separator > ,
14
+ title : < Separator > Categories </ Separator > ,
14
15
type : 'separator'
15
16
} ,
16
- 'getting-started' : '' ,
17
17
"navigation" : "Layout & Navigation" ,
18
18
"forms" : "Inputs & Forms" ,
19
19
}
You can’t perform that action at this time.
0 commit comments