File tree Expand file tree Collapse file tree 4 files changed +485
-233
lines changed
java/com/secure/privacyfirst Expand file tree Collapse file tree 4 files changed +485
-233
lines changed Original file line number Diff line number Diff line change 4141 display : flex;
4242 align-items : center;
4343 justify-content : center;
44- color : white;
45- font-size : 24px ;
46- font-weight : bold;
4744 backdrop-filter : blur (10px );
45+ overflow : hidden;
46+ }
47+
48+ .logo-icon img {
49+ width : 100% ;
50+ height : 100% ;
51+ object-fit : contain;
4852 }
4953
5054 .logo-text {
7579 align-items : center;
7680 justify-content : center;
7781 cursor : pointer;
78- font-size : 22px ;
7982 backdrop-filter : blur (10px );
8083 transition : all 0.2s ease;
84+ padding : 8px ;
85+ overflow : hidden;
86+ }
87+
88+ .settings-btn img {
89+ width : 100% ;
90+ height : 100% ;
91+ object-fit : contain;
8192 }
8293
8394 .settings-btn : active {
250261< body >
251262 < div class ="header ">
252263 < div class ="logo-section ">
253- < div class ="logo-icon "> 🛡️</ div >
264+ < div class ="logo-icon ">
265+ < img src ="file:///android_res/drawable/logo.png " alt ="Privacy First Logo ">
266+ </ div >
254267 < div class ="logo-text ">
255268 < div class ="logo-title "> PRIVACY FIRST</ div >
256269 < div class ="logo-subtitle "> Welcome, Nimit</ div >
257270 </ div >
258271 </ div >
259- < button class ="settings-btn " onclick ="openSettings() "> ⚙️</ button >
272+ < button class ="settings-btn " onclick ="openSettings() ">
273+ < img src ="file:///android_res/drawable/settings.png " alt ="Settings ">
274+ </ button >
260275 </ div >
261276
262277 < div class ="content ">
You can’t perform that action at this time.
0 commit comments