Skip to content

Commit

Permalink
app logo changed in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumit Aggarwal authored and Sumit Aggarwal committed May 16, 2024
1 parent 9d59b4f commit dcccee3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions react-fm/src/sections/Footer/Footer.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
.companyName {
font-weight: 600;
font-size: 20px;
margin-left: 9px;
}

.companyDetails {
Expand Down
6 changes: 5 additions & 1 deletion react-fm/src/sections/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,11 @@ function Footer() {
<AppBar color="transparent" elevation={1} position="static" className={styles.container}>
<FlexBox className={isPortrait ? styles.mobileAppBar : styles.appBar}>
<FlexBox className={isPortrait ? styles.mobileCompanyDetails : styles.companyDetails}>
<img src={mainlogo} alt="logo" className={styles.logo} />
<img
src="https://firebasestorage.googleapis.com/v0/b/flickmatch-374a2.appspot.com/o/fm_rainbow.png?alt=media&token=1b06ae27-bf10-4974-9100-6bb5f2308314"
alt="logo"
className={styles.logo}
/>
<Typography className={styles.companyName}>Flickmatch Private Limited</Typography>
</FlexBox>
<FlexBox className={isPortrait ? styles.mobileMenuDetails : styles.menuDetails}>
Expand Down

0 comments on commit dcccee3

Please sign in to comment.