Skip to content

Commit b971062

Browse files
pan93412Copilot
andauthored
chore: more descriptive alt of image
Co-authored-by: Copilot <[email protected]>
1 parent 3a27bdf commit b971062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/(app)/challenges/[id]/_components/ide/database-relationship.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function DatabaseRelationship({ id }: { id: string }) {
2828
src={relationFigure}
2929
width={400}
3030
height={300}
31-
alt="資料庫關聯圖"
31+
alt={`Database relationship diagram for ${slug}`}
3232
className="w-full rounded"
3333
/>
3434
<figcaption className="text-sm text-gray-500">

0 commit comments

Comments
 (0)