Pavle Golubovic 2 lat temu
rodzic
commit
1926b71a6a

+ 1
- 1
frontend/package.json Wyświetl plik

{ {
"name": "frontend", "name": "frontend",
"version": "2.0.0",
"version": "2.0.1",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@faceless-ui/slider": "^1.1.14", "@faceless-ui/slider": "^1.1.14",

+ 1
- 1
frontend/src/components/CareerCardsTemplates/ExpandedCard.jsx Wyświetl plik

}) => { }) => {
const linkTo = useNavigate(); const linkTo = useNavigate();


console.log(card);
//(card);


const changeContext = value => { const changeContext = value => {
setJobForm({ setJobForm({

+ 1
- 1
frontend/src/components/shared/ActionCard_Array.jsx Wyświetl plik

linkTo(link); linkTo(link);
}; };


console.log(text);
//console.log(text);
return ( return (
<div className="action-card px-64p py-72p flex flex-col justify-center items-center gap-48p"> <div className="action-card px-64p py-72p flex flex-col justify-center items-center gap-48p">
<h2 className="heading text-center">{title}</h2> <h2 className="heading text-center">{title}</h2>

+ 1
- 1
frontend/src/components/shared/BlogArticlesDataWrapper.jsx Wyświetl plik



const [{ data, isLoading, isError }, doFetch] = useFetchCollections(strapi); const [{ data, isLoading, isError }, doFetch] = useFetchCollections(strapi);


console.log(data);
//console.log(data);


if (isLoading) { if (isLoading) {
return ( return (

+ 1
- 1
frontend/src/components/shared/PortfolioCardNew.jsx Wyświetl plik



const PortfolioCardNew = ({ data }) => { const PortfolioCardNew = ({ data }) => {


console.log(data);
//console.log(data);


return ( return (
<Fragment> <Fragment>

+ 7
- 4
frontend/src/components/shared/ReactHelmet.jsx Wyświetl plik

/> />
<meta property="og:description" content={seo.metaSocial[0]?.description} /> <meta property="og:description" content={seo.metaSocial[0]?.description} />
<meta property="twitter:title" content={seo.metaSocial[1]?.title} /> <meta property="twitter:title" content={seo.metaSocial[1]?.title} />
<meta
property="twitter:image"
content={`${api_url}${seo.metaSocial[1]?.image?.data?.attributes?.url}`}
/>
{seo.metaSocial[1]?.image?.data && (
<meta
property="twitter:image"
content={`${api_url}${seo.metaSocial[1]?.image?.data?.attributes?.url}`}
/>
)}

<meta <meta
property="twitter:description" property="twitter:description"
content={seo.metaSocial[1]?.description} content={seo.metaSocial[1]?.description}

+ 0
- 1
frontend/src/pages/Home.jsx Wyświetl plik

//import FormSwitch from '../components/shared/FormSwitch'; //import FormSwitch from '../components/shared/FormSwitch';
import PageHeading from './../components/shared/PageHeading'; import PageHeading from './../components/shared/PageHeading';
import SocialNetworks from '../components/shared/SocialNetworks';
import Contact from '../components/shared/Contact'; import Contact from '../components/shared/Contact';
import BlogSection from '../components/BlogSection'; import BlogSection from '../components/BlogSection';
import WhyUsCard from '../components/WhyUsCard'; import WhyUsCard from '../components/WhyUsCard';

Ładowanie…
Anuluj
Zapisz