Skip to content

Commit

Permalink
fix:corrigido module image
Browse files Browse the repository at this point in the history
  • Loading branch information
PhelipeG committed May 10, 2024
1 parent cca25dc commit 33e1354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
AccordionTrigger,
} from "@/components/ui/accordion";
import Image from "next/image";
import Hero from "@/assets/hero.jpg";
import Hero from "../assets/Hero.jpg";

export default function About() {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
CardTitle,
} from "@/components/ui/card";
import Image from 'next/image';
import Hero from "@/assets/Hero.jpg";
import Hero from "../assets/Hero.jpg";

export default function Home() {
return (
Expand Down

0 comments on commit 33e1354

Please sign in to comment.