File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ export default function Footer() {
116
116
</ h3 >
117
117
< Link
118
118
119
- className = "mx-auto flex items-center justify- center gap-2 sm:mx-0"
119
+ className = "mx-auto flex items-center center gap-2 sm:mx-0"
120
120
>
121
121
< Mail size = { 18 } />
122
122
Original file line number Diff line number Diff line change @@ -53,34 +53,31 @@ const PWAInstallButton = () => {
53
53
54
54
return (
55
55
< >
56
-
57
- < div className = "md:hidden flex items-center justify-between rounded-full bg-[#2b2343] px-4 py-2 shadow-md text-white w-fit" >
56
+ < div className = "md:hidden flex items-center justify-between rounded-full dark:bg-[#2b2343] bg-transparent px-4 py-2 shadow-md text-white w-fit border border-[#3A3745] transition hover:bg-black hover:dark:bg-[#2b2b30]" >
58
57
< div className = "flex items-center gap-3" >
59
58
< Image src = "/papers_logo.png" alt = "Papers App" width = { 32 } height = { 32 } />
60
- < span className = "font-semibold text-lg" > Papers App</ span >
59
+ < span className = "font-semibold text-lg text-white " > Papers App</ span >
61
60
</ div >
62
61
< button
63
62
onClick = { handleInstall }
64
- className = "ml-6 flex items-center gap-2 rounded-full border border-gray-500 bg-[#1e1e24] px-4 py-1 text-sm font-semibold transition hover:bg-[#2b2b30]"
63
+ className = "ml-6 flex items-center gap-2 rounded-full border border-[#3A3745] dark: bg-[#1e1e24] bg-transparent px-4 py-1 text-sm font-semibold text-white transition hover:bg-black hover:dark :bg-[#2b2b30]"
65
64
>
66
65
< Download className = "h-4 w-4" />
67
66
Install
68
67
</ button >
69
68
</ div >
70
69
71
-
72
70
< div
73
- onClick = { handleInstall }
74
- className = "hidden md:flex items-center gap-3 rounded-full px-5 py-2 text-white cursor-pointer bg-[#130e1f] border border-[#FFFFFF26] border-[1.5px]"
75
- >
76
-
71
+ onClick = { handleInstall }
72
+ className = "hidden md:flex items-center gap-3 rounded-full px-5 py-2 text-white cursor-pointer dark:bg-[#130e1f] bg-transparent border border-[#3A3745] transition hover:bg-black hover:dark:bg-[#1A1823]"
73
+ >
77
74
< Image
78
75
src = "/papers_logo.png"
79
76
alt = "Papers App"
80
77
width = { 28 }
81
78
height = { 28 }
82
79
/>
83
- < span className = "font-semibold text-sm" > Papers App</ span >
80
+ < span className = "font-semibold text-sm text-white " > Papers App</ span >
84
81
</ div >
85
82
</ >
86
83
) ;
You can’t perform that action at this time.
0 commit comments