Skip to content

Commit 8cafe29

Browse files
skearnesclaude
andauthored
Update Kearnes affiliation and remove unreachable about.html (#209)
The React about page listed "Steven Kearnes (Relay)". #162 corrected this to Genesis in ord_interface/about.html, but the Vue-to-React migration (#179) rebuilt the page from an older source and reintroduced the stale affiliation. ord_interface/about.html is unreachable: nginx serves / from /app/ord-interface/spa, the Dockerfile copied the file to /app/ord-interface/ord_interface/, and the Flask app exposes only /ketcher. Nothing links to it. Drop the file and its COPY directive. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent afeae73 commit 8cafe29

3 files changed

Lines changed: 1 addition & 234 deletions

File tree

app/src/views/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ const About: React.FC = () => {
181181
<ul className="about__leadership-column">
182182
<li className="about__list-item">Joel Hawkins (Pfizer)</li>
183183
<li className="about__list-item">Klavs Jensen (MIT)</li>
184-
<li className="about__list-item">Steven Kearnes (Relay)</li>
184+
<li className="about__list-item">Steven Kearnes (Genesis)</li>
185185
</ul>
186186
</div>
187187
<h5 className="about__subsection-title">Advisory Board</h5>

ord_interface/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ WORKDIR /app/ord-interface
9191
# Copy the rest of the editor files.
9292
COPY ord_interface/editor/ ord_interface/editor/
9393
# Now copy everything else.
94-
COPY ord_interface/about.html ord_interface/
9594
COPY ord_interface/interface.py ord_interface/
9695
COPY ord_interface/api/ ord_interface/api/
9796
COPY ord_interface/visualization/ ord_interface/visualization/

ord_interface/about.html

Lines changed: 0 additions & 232 deletions
This file was deleted.

0 commit comments

Comments
 (0)