Skip to content
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

Add links, update icons #242

Merged
merged 6 commits into from
Oct 11, 2024
Merged

Conversation

a-gubskiy
Copy link
Member

No description provided.

Copy link
Collaborator

@niravzi niravzi left a comment

Choose a reason for hiding this comment

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

For now, revert back all changes of icons please. Changing them requires a better approach.

@@ -35,6 +35,18 @@ export const FooterSection = styled.section`
flex-basis: auto;
text-align: center;
}

a {
color: #FFF;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Use colors from theme

<FooterSection>
<p>
Національний технічний університет України"Київський політехнічний інститут імені Ігоря Сікорського" © 1998-{dayjs().year()}
</p>
<p>
Адреса: Україна, 03056 м.Київ-56, проспект Перемоги, 37
Адреса: <a href="https://kpi.ua/location">Україна, 03056 м.Київ-56, проспект Перемоги, 37</a>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Better use target="_blank" for links that lead outside of site.

</p>
</FooterSection>
<FooterSection>
<p>
Використання матеріалу сайту тільки з обов’язковим посиланням на schedule.kpi.ua
Використання матеріалу сайту тільки з обов’язковим посиланням на <a href="https://schedule.kpi.ua">schedule.kpi.ua</a>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is it really necessary to keep a link to a site itself?

@a-gubskiy a-gubskiy merged commit 665ad91 into KB-52-Show-sync-status-for-group-in-UI Oct 11, 2024
@a-gubskiy a-gubskiy deleted the add-links branch October 11, 2024 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants