File tree Expand file tree Collapse file tree 5 files changed +25
-16
lines changed Expand file tree Collapse file tree 5 files changed +25
-16
lines changed Original file line number Diff line number Diff line change 4
4
< div class ="container px-4 ">
5
5
< div class ="navbar-brand ">
6
6
<%= link_to root_path , class : "navbar-item" do %>
7
- <%= image_tag 'logo.svg' , size : "44" %>
8
- < h2 class ='budgeting-kid-logo-font px-4 '> BUDGETINGkid </ h2 >
7
+ <%= image_tag 'logo.svg' , size : "34" , class : 'for-mobile' %>
8
+ <%= image_tag 'logo.svg' , size : "44" , class : 'for-desktop' %>
9
+ < h2 class ='budgeting-kid-logo-font px-4 is-size-3 for-mobile '> BUDGETINGkid </ h2 >
10
+ < h2 class ='budgeting-kid-logo-font px-4 for-desktop '> BUDGETINGkid </ h2 >
9
11
<% end %>
10
12
</ div >
11
13
</ nav >
Original file line number Diff line number Diff line change 4
4
< div class ="container px-4 container-buttom-border ">
5
5
< div class ="navbar-brand is-justify-content-space-between is-align-items-center ">
6
6
<%= link_to "https://get.budgetingkid.com" , class : "navbar-item" do %>
7
- <%= image_tag 'logo.svg' , size : "44" %>
8
- < h2 class ='budgeting-kid-logo-font px-4 '> BUDGETINGkid </ h2 >
7
+ <%= image_tag 'logo.svg' , size : "32" , class : 'for-mobile' %>
8
+ <%= image_tag 'logo.svg' , size : "44" , class : 'for-desktop' %>
9
+ < h2 class ='budgeting-kid-logo-font px-4 is-size-3 for-mobile '> BUDGETINGkid </ h2 >
10
+ < h2 class ='budgeting-kid-logo-font px-4 for-desktop '> BUDGETINGkid </ h2 >
9
11
<% end %>
10
12
<% if !current_user &.parent? && user_signed_in? %>
11
13
<%= link_to destroy_user_session_path , method : :delete , class :"navbar-item for-mobile has-text-budgeting-kid-color" do %>
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import Config from './config';
4
4
export default function App ( ) {
5
5
return (
6
6
< WebView
7
- style = { { marginTop : 25 } }
8
7
source = { { uri : Config . apiUrl } }
9
8
/>
10
9
) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"expo" : {
3
- "name" : " mobile" ,
4
- "slug" : " mobile" ,
5
- "version" : " 1.0.0" ,
3
+ "name" : " BudgetingKid" ,
4
+ "slug" : " budgetingkid" ,
6
5
"orientation" : " portrait" ,
7
6
"icon" : " ./assets/icon.png" ,
8
7
"userInterfaceStyle" : " light" ,
9
8
"splash" : {
10
- "image" : " ./assets/splash .png" ,
9
+ "image" : " ./assets/icon .png" ,
11
10
"resizeMode" : " contain" ,
12
11
"backgroundColor" : " #ffffff"
13
12
},
16
15
],
17
16
"ios" : {
18
17
"supportsTablet" : true ,
19
- "bundleIdentifier" : " budgetingkid. com"
18
+ "bundleIdentifier" : " com.budgetingkid "
20
19
},
21
20
"android" : {
22
21
"adaptiveIcon" : {
23
- "foregroundImage" : " ./assets/icon.png" ,
24
- "backgroundColor" : " #ffffff"
22
+ "foregroundImage" : " ./assets/icon.png"
25
23
},
26
- "package" : " budgetingkid. com"
24
+ "package" : " com.budgetingkid "
27
25
},
28
26
"web" : {
29
27
"favicon" : " ./assets/icon.png"
30
28
},
31
29
"extra" : {
32
30
"eas" : {
33
- "projectId" : " 7f0abae7-1c00-41da-9e02-6b02692fa362 "
31
+ "projectId" : " a3f4222e-4da6-46cd-a57f-1c3385998228 "
34
32
}
35
- }
33
+ },
34
+ "owner" : " widefix"
36
35
}
37
36
}
Original file line number Diff line number Diff line change 9
9
"distribution" : " internal"
10
10
},
11
11
"preview" : {
12
- "distribution" : " internal"
12
+ "distribution" : " internal" ,
13
+ "autoIncrement" : true ,
14
+ "android" : {
15
+ "buildType" : " apk"
16
+ },
17
+ "ios" : {
18
+ "simulator" : true
19
+ }
13
20
},
14
21
"production" : {
15
22
"autoIncrement" : true
You can’t perform that action at this time.
0 commit comments