File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
components/sliders/SliderDepartments/DepartmentCardText Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export default function Privacy() {
3131 </ span > { ' ' }
3232 < br />
3333 Цей документ описує політику конфіденційності для сайту
34- https://srkpi .vercel.app/ Студентської Ради КПІ. < br />
34+ https://sckpi .vercel.app/ Студентської Ради КПІ. < br />
3535 Основною метою Сайту є допомога студентам та автоматизація внутрішніх
3636 і зовнішніх процесів Студентської Ради КПІ. < br />
3737 Сайт є проєктом з відкритим кодом, який знаходиться у публічному
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ interface DepartmentCardTextProps {
1313}
1414
1515const DepartmentCardText = ( { dep, next, prev } : DepartmentCardTextProps ) => {
16+ console . log ( dep ) ;
1617 return (
1718 < div className = "hidden w-full md:flex flex-col h-full pr-8" >
1819 < div className = "max-w-[550px] flex-auto pb-3" >
You can’t perform that action at this time.
0 commit comments