Skip to content

Commit

Permalink
fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbuphy committed Feb 3, 2024
1 parent 5b15efd commit 30de76c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/practice/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ export default function Practice() {
<p className="text-base pt-2">此礼非礼,直击人心</p>
</div>
<div>
<img src={`${basePath}/prompt2.jpg`} className="w-full" alt="" />
<img src={`${basePath}/images/prompt2.jpg`} className="w-full" alt="" />
<p className="text-base pt-2">此礼非礼,直击人心</p>
</div>
<div>
<img src={`${basePath}/prompt3.jpg`} className="w-full" alt="" />
<img src={`${basePath}/images/prompt3.jpg`} className="w-full" alt="" />
<p className="text-base pt-2">此礼非礼,直击人心</p>
</div>
<div>
<img src={`${basePath}/prompt4.jpg`} className="w-full" alt="" />
<img src={`${basePath}/images/prompt4.jpg`} className="w-full" alt="" />
<p className="text-base pt-2">此礼非礼,直击人心</p>
</div>
</div>
Expand Down

0 comments on commit 30de76c

Please sign in to comment.