Skip to content

Commit

Permalink
Merge pull request #216 from elsoul/update/tov2
Browse files Browse the repository at this point in the history
update/tov2
  • Loading branch information
KishiTheMechanic authored Feb 22, 2024
2 parents d624ec8 + 2d8a2f4 commit 5b63d8b
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 5b63d8b

Please sign in to comment.