File tree Expand file tree Collapse file tree 1 file changed +6
-21
lines changed
Expand file tree Collapse file tree 1 file changed +6
-21
lines changed Original file line number Diff line number Diff line change @@ -50,20 +50,12 @@ export function Header() {
5050 { link . label }
5151 </ Link >
5252 ) ) }
53- < div className = "flex gap-4" >
54- < Link
55- href = "/join"
56- className = "px-6 py-2 bg-primary text-primary-foreground font-bold tracking-tight uppercase text-xs transition-transform hover:scale-95"
57- >
58- JOIN
59- </ Link >
60- < Link
61- href = "/donate"
62- className = "px-6 py-2 border border-outline-variant text-primary font-bold tracking-tight uppercase text-xs transition-transform hover:scale-95"
63- >
64- DONATE
65- </ Link >
66- </ div >
53+ < Link
54+ href = "/join"
55+ className = "px-6 py-2 bg-primary text-primary-foreground font-bold tracking-tight uppercase text-xs transition-transform hover:scale-95"
56+ >
57+ JOIN
58+ </ Link >
6759 </ div >
6860
6961 { /* Mobile */ }
@@ -96,13 +88,6 @@ export function Header() {
9688 >
9789 JOIN
9890 </ Link >
99- < Link
100- href = "/donate"
101- className = "py-3 border border-outline-variant text-primary font-bold tracking-tight uppercase text-xs text-center"
102- onClick = { ( ) => setOpen ( false ) }
103- >
104- DONATE
105- </ Link >
10691 </ div >
10792 </ div >
10893 ) }
You can’t perform that action at this time.
0 commit comments