Skip to content

Commit

Permalink
Rename to "A Universal Language"
Browse files Browse the repository at this point in the history
  • Loading branch information
FadiShawki committed Mar 30, 2024
1 parent 0a1d85b commit 255e876
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions orbitmines.com/src/routes/papers/2024.AUniversalLanguage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import {PROFILES} from "../../profiles/profiles";
import {renderable} from "../../lib/typescript/React";
import {ON_ORBITS} from "./2023.OnOrbits";
import BR from '../../lib/paper/layout/BR';
import {Row} from "../../lib/layout/flexbox";
import Section from "../../lib/paper/layout/Section";

export const A_UNIVERSAL_LANGUAGE: Content = {
reference: {
Expand Down Expand Up @@ -55,7 +57,11 @@ const AUniversalLanguage = () => {
return <Paper
{...paper}
>
<Row center="xs">
<Section head="Introduction">

</Section>
</Row>
</Paper>
}

Expand Down

0 comments on commit 255e876

Please sign in to comment.