Skip to content

Commit

Permalink
Make heights even.
Browse files Browse the repository at this point in the history
  • Loading branch information
thesoftwarephilosopher committed Aug 17, 2024
1 parent a4c270f commit 5bbc5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/samples/sample4.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { data } from "../fetch-dataset.js";
// Names of US citizens born in 1882 from ssa.gov

export default function FindNames() {
const status = <p style='margin:1em 0' /> as HTMLParagraphElement;
Expand All @@ -25,7 +26,6 @@ export default function FindNames() {
}

return <div class='sample4'>
<p>US citizens born in 1882</p>
{input}
{status}
{results}
Expand Down

0 comments on commit 5bbc5ed

Please sign in to comment.