Skip to content

Commit

Permalink
Merge pull request #17 from MediaJel/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
felix28 authored Feb 22, 2023
2 parents 748f81c + 3e7938e commit bde6381
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion components/ArticleCard.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import NextImage from 'next/image';
import NextImage from "next/legacy/image";
import NextLink from 'next/link';
import styled from 'styled-components';
import { media } from 'utils/media';
Expand Down
2 changes: 1 addition & 1 deletion components/ArticleImage.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import NextImage, { ImageProps } from 'next/image';
import NextImage, { ImageProps } from "next/legacy/image";
import React from 'react';
import styled from 'styled-components';

Expand Down
2 changes: 1 addition & 1 deletion components/BasicCard.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import NextImage from 'next/image';
import NextImage from "next/legacy/image";
import styled from 'styled-components';

interface BasicCardProps {
Expand Down
2 changes: 1 addition & 1 deletion components/BasicSection.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import NextImage from 'next/image';
import NextImage from "next/legacy/image";
import React, { PropsWithChildren } from 'react';
import styled from 'styled-components';
import { media } from 'utils/media';
Expand Down
2 changes: 1 addition & 1 deletion views/HomePage/FeaturesGallery.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import NextImage from 'next/image';
import NextImage from "next/legacy/image";
import React, { useState } from 'react';
import styled from 'styled-components';
import Collapse from 'components/Collapse';
Expand Down
2 changes: 1 addition & 1 deletion views/HomePage/Partners.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import NextImage from 'next/image';
import NextImage from "next/legacy/image";
import React from 'react';
import styled from 'styled-components';
import { Autoplay } from 'swiper';
Expand Down
2 changes: 1 addition & 1 deletion views/HomePage/Testimonials.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import NextImage from 'next/image';
import NextImage from "next/legacy/image";
import React from 'react';
import styled from 'styled-components';

Expand Down

0 comments on commit bde6381

Please sign in to comment.