-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Доавил breadcrumbs на страницу отзывов #331
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Отличная работа!
gap: 10px; | ||
} | ||
|
||
/* &__header { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
нужен комментарий? Или стили не нужны больше?
@@ -26,6 +27,11 @@ export const FeedbackPage = () => { | |||
const { isScreenLg } = useResize() | |||
const [showPopup, setShowPopup] = useState(false) | |||
|
|||
const links = [ | |||
{ heading: 'Главная', href: '/' }, | |||
{ heading: 'Отзывы о магазине', href: '' } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
а какое у нас поводение в breadcrumbs, если в href передать пустую строку?
<Heading type={HeadingType.NORMAL} className={styles.feedbackpage__header}> | ||
Отзывы о магазине | ||
</Heading> | ||
<div className={styles.feedbackpage__pageDescriptor}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
хм, а pageDescriptor нельзя вынести как компонент и везде использовать? Нужно посмотреть будет
No description provided.