Skip to content

Commit

Permalink
Web API instead of GraphQL API
Browse files Browse the repository at this point in the history
  • Loading branch information
KishiTheMechanic committed Feb 22, 2024
1 parent cf2304b commit 2d8a2f4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions src/components/pages/common/SkeetArchitectureRow.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Container from '@/components/common/atoms/Container'
import { useTranslation } from 'next-i18next'
import Image from 'next/image'
import SkeetArchiectureV2 from '@/assets/img/product/skeet/SkeetArchitectureV2.jpg'

export default function SkeetArchitectureRow() {
const { t } = useTranslation()
Expand Down Expand Up @@ -39,9 +40,7 @@ export default function SkeetArchitectureRow() {
rel="noopener noreferrer"
>
<Image
src={
'https://storage.googleapis.com/skeet-assets/imgs/SkeetArchitecture.png'
}
src={SkeetArchiectureV2}
width={1920}
height={1080}
// className="shadow-2xl"
Expand Down

0 comments on commit 2d8a2f4

Please sign in to comment.