Skip to content

Commit

Permalink
feat: Update ViewContainer footer with Acurast's link #36
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufseyrek committed Aug 15, 2024
1 parent b01740a commit 15198fd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/base/ViewContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,12 @@ const ViewContainer: React.FC<{ children: React.ReactNode }> = (props) => {
<div className={classes.container}>{props.children}</div>
<footer className={classes.footer}>
<Box sx={{ flexDirection: 'row', display: 'flex', flexGrow: 1, flex: 1, pl: 3, pr: 3 }}>
{/* <Box sx={{ display: 'flex', flexDirection: 'column' }}>
<Box sx={{ display: 'flex', flexDirection: 'column' }}>
<Typography sx={{ fontSize: 12 }}>Powered by</Typography>
<AeternityLogo width={100} />
</Box> */}
<Link sx={{ ...linkStyles, marginLeft: 0 }} href="https://acurast.com/" target="_blank">
Acurast
</Link>
</Box>
<Box
sx={{
display: 'flex',
Expand Down

0 comments on commit 15198fd

Please sign in to comment.