File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
2
import Link from '@docusaurus/Link' ;
3
3
import { ChevronRight , GitHub } from 'react-feather' ;
4
- import clsx from 'clsx' ;
5
4
6
5
function HelloBar ( ) {
7
6
return (
8
7
< a
9
8
href = "https://avaloniaui.net/xpf?utm_source=docs& utm_medium = referral & utm_content = hellobar "
10
9
target = "_blank"
11
- className = "hello-bar u-hflex- center-center w-inline-block "
10
+ className = "hidden md:flex w-full items- center justify -center bg-blue-50 py-2 hover:bg-blue-100 transition-colors "
12
11
>
13
- < div className = "hello_bar_contents u-hflex- center-center u- gap-10 " >
14
- < div className = "ph_cat_nd_txt-wrapper u-hflex-left- center u- gap-10 " >
15
- < div className = "ph_banner_txt " >
12
+ < div className = "flex items- center justify -center gap-4 px-4 " >
13
+ < div className = "flex items- center gap-3 " >
14
+ < div className = "text-sm font-medium text-blue-900 " >
16
15
Introducing Avalonia XPF: A cross-platform fork of WPF
17
16
</ div >
18
17
</ div >
19
- < div className = "banner_separator " > </ div >
20
- < div className = "hello_bar_cta u-hflex-left- center u- gap-8 " >
21
- < div className = "text-block-98 " > Try it today</ div >
18
+ < div className = "h-4 w-px bg-blue-200 " > </ div >
19
+ < div className = "flex items- center gap-2 " >
20
+ < div className = "text-sm font-medium text-blue-700 " > Try it today</ div >
22
21
</ div >
23
22
</ div >
24
23
</ a >
25
24
) ;
26
25
}
27
26
28
- export default HelloBar ;
27
+ export default HelloBar ;
You can’t perform that action at this time.
0 commit comments