Skip to content

Commit 1a3ffb1

Browse files
committed
feat(AppLayout): add association info to footer
1 parent 83e3a67 commit 1a3ffb1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/AppLayout/AppFooter.js

+8
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,18 @@ const useStyles = makeStyles(theme => ({
4545
second: {
4646
display: 'flex',
4747
justifyContent: 'center',
48+
alignItems: 'center',
49+
flexFlow: 'row wrap',
4850
padding: 28,
4951
background: theme.palette.secondary[900],
52+
color: theme.palette.secondary[100],
53+
gap: 8,
54+
fontSize: 16,
5055
},
5156
logo: {
5257
width: 275,
5358
height: 'auto',
59+
verticalAlign: 'bottom',
5460
},
5561
column: {
5662
flex: '0 1 auto',
@@ -194,6 +200,8 @@ function AppFooter() {
194200
alt="Powered by g0v"
195201
/>
196202
</a>
203+
<div></div>
204+
<div>台灣實科協會</div>
197205
</div>
198206
</Box>
199207
);

0 commit comments

Comments
 (0)