Skip to content

Commit

Permalink
updated image links
Browse files Browse the repository at this point in the history
  • Loading branch information
ajolipa committed Mar 5, 2024
1 parent 4fe8672 commit 26f1527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro-web/src/components/FeatureTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useState } from "react";

const FeatureTabs = () => {
const [active, setActive] = useState(0)
const images = ['/editioncrafter/astro-web/editioncrafter_browser 1.png', '/editioncrafter/astro-web/editioncrafter_browser 2.png', '/editioncrafter/astro-web/editioncrafter_browser 3.png', '/editioncrafter/astro-web/editioncrafter_browser 4.png'];
const images = ['/editioncrafter/editioncrafter_browser 1.png', '/editioncrafter/editioncrafter_browser 2.png', '/editioncrafter/editioncrafter_browser 3.png', '/editioncrafter/editioncrafter_browser 4.png'];
return (
<div className="max-w-[1072px] mx-auto">
<img src={images[active]} width={1072} height={710} alt="EditionCrafter screenshot" className="transition" />
Expand Down

0 comments on commit 26f1527

Please sign in to comment.