Skip to content

Commit

Permalink
Merge pull request #565 from cofacts/cofacts-org
Browse files Browse the repository at this point in the history
Add info about the association
  • Loading branch information
MrOrz committed Feb 23, 2024
2 parents 83e3a67 + a94adb4 commit 00dcd7a
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 180 deletions.
8 changes: 8 additions & 0 deletions components/AppLayout/AppFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,18 @@ const useStyles = makeStyles(theme => ({
second: {
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
flexFlow: 'row wrap',
padding: 28,
background: theme.palette.secondary[900],
color: theme.palette.secondary[100],
gap: 8,
fontSize: 16,
},
logo: {
width: 275,
height: 'auto',
verticalAlign: 'bottom',
},
column: {
flex: '0 1 auto',
Expand Down Expand Up @@ -194,6 +200,8 @@ function AppFooter() {
alt="Powered by g0v"
/>
</a>
<div></div>
<div>台灣實科協會</div>
</div>
</Box>
);
Expand Down

0 comments on commit 00dcd7a

Please sign in to comment.