Skip to content

Commit

Permalink
fix: Title
Browse files Browse the repository at this point in the history
  • Loading branch information
Elscrux committed Feb 10, 2025
1 parent 81cea78 commit 09aa708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/landing-page/DemonstratorChooser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const DemonstratorChooser = (props: GridProps) => (
<DemonstratorCard
new={true}
href="demonstrate/MoleculeEnergySimulator"
title="MoleculeEnergySimulator"
title="Molecule Energy Simulator"
description=""
/>
</GridItem>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/demonstrate/MoleculeEnergySimulator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const MoleculeEnergySimulator: NextPage = () => {

return (
<Layout>
<Heading as="h1">Mixed Integer Programming Demonstrator</Heading>
<Heading as="h1">Molecule Energy Simulator</Heading>
<Text color="text" align="justify"></Text>

<Demonstrator
Expand Down

0 comments on commit 09aa708

Please sign in to comment.