We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e3a67 commit 1a3ffb1Copy full SHA for 1a3ffb1
components/AppLayout/AppFooter.js
@@ -45,12 +45,18 @@ const useStyles = makeStyles(theme => ({
45
second: {
46
display: 'flex',
47
justifyContent: 'center',
48
+ alignItems: 'center',
49
+ flexFlow: 'row wrap',
50
padding: 28,
51
background: theme.palette.secondary[900],
52
+ color: theme.palette.secondary[100],
53
+ gap: 8,
54
+ fontSize: 16,
55
},
56
logo: {
57
width: 275,
58
height: 'auto',
59
+ verticalAlign: 'bottom',
60
61
column: {
62
flex: '0 1 auto',
@@ -194,6 +200,8 @@ function AppFooter() {
194
200
alt="Powered by g0v"
195
201
/>
196
202
</a>
203
+ <div>・</div>
204
+ <div>台灣實科協會</div>
197
205
</div>
198
206
</Box>
199
207
);
0 commit comments