Skip to content

Commit

Permalink
Fix About app name
Browse files Browse the repository at this point in the history
  • Loading branch information
irahopkinson committed Sep 28, 2023
1 parent 4cbcb37 commit 8067d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/testing/about-panel.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function AboutPanel() {
<img width="200" alt="icon" src={icon} />
</div>
<div className="hello">
<h1>Paranext</h1>
<h1>Platform.Bible</h1>
</div>
</div>
);
Expand Down

0 comments on commit 8067d90

Please sign in to comment.