Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Nov 19, 2024
1 parent 302bacf commit 22e32c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/WirevizPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function WirevizPanel({context}: {context: any}) {
{wirevizDiagram ? (
<Image src={wirevizDiagram} alt="Wireviz diagram" />
) : (
<Alert color="red" title={"No Diagram Avaialable"}>
<Alert color="red" title={"No Diagram Available"}>
<Text>No Wireviz diagram available for this part</Text>
</Alert>
)}
Expand Down

0 comments on commit 22e32c7

Please sign in to comment.