Skip to content

Commit 9d3e8ac

Browse files
committed
refactoring
1 parent 20b55f2 commit 9d3e8ac

File tree

4 files changed

+5
-22
lines changed

4 files changed

+5
-22
lines changed

assets/jscpd-badge.svg

Lines changed: 2 additions & 2 deletions
Loading

k8s/templates/ingress.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,6 @@
44
{{- $servicePort := .Values.service.port }}
55
{{- $ingressPath := .Values.ingress.path }}
66

7-
8-
---
9-
apiVersion: extensions/v1beta1
10-
kind: Ingress
11-
metadata:
12-
name: testing123-ingress
13-
annotations:
14-
kubernetes.io/ingress.class: nginx
15-
spec:
16-
rules:
17-
- host: testing123.example.com # the domain you want associated
18-
http:
19-
paths:
20-
- path: /
21-
backend:
22-
serviceName: testing123-service # existing service
23-
servicePort: 8000 # existing service port
24-
257
apiVersion: extensions/v1beta1
268
kind: Ingress
279
metadata:

src/atoms/CourseMetaInfo/styles.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ const useStyles = makeStyles(() => ({
99
marginTop: '1rem',
1010
},
1111
mainHeadline: {
12-
fontSize: '2rem',
12+
fontSize: '1.8rem',
13+
fontWeight: 'bold',
1314
marginBottom: '1rem',
1415
marginTop: '2rem',
1516
},

src/components/CourseView/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const useStyles = makeStyles(theme => ({
88
margin: 10,
99
},
1010
metaInfo: {
11-
backgroundColor: '#3a4049',
11+
backgroundColor: '#24292e',
1212
padding: '0',
1313
width: '100%',
1414
},

0 commit comments

Comments
 (0)