Skip to content

9-footer#8

Open
SebastianBabinski1 wants to merge 1 commit intomasterfrom
9-footer
Open

9-footer#8
SebastianBabinski1 wants to merge 1 commit intomasterfrom
9-footer

Conversation

@SebastianBabinski1
Copy link
Owner

No description provided.

@SebastianBabinski1 SebastianBabinski1 changed the title Footer component created 9-footer Aug 31, 2022
import { Carousel } from './components/Carousel';
import { Navbar } from './components/Navbar';
import { Header } from './components/Header';
import { Footer } from './components/Footer';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same thing as in the previous pr

const classname = classNames(styles.image, { [styles.imageWithoutTitle]: title === '' });
return (
<a className={styles.footerPartnersItem}>
<>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this react elements are redundant

}

const FooterPartnersItem = ({ title, image }: Props) => {
const classname = classNames(styles.image, { [styles.imageWithoutTitle]: title === '' });
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this conditional can be shortened

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants