Skip to content

Commit

Permalink
small modification (#2)
Browse files Browse the repository at this point in the history
* small modificatin

* fix test
  • Loading branch information
codekansas authored May 23, 2024
1 parent 5db54c6 commit f504430
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/src/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import App from "./App";

test("renders stompy urdf link", () => {
render(<App />);
const linkElement = screen.getByText(/Website/i);
const linkElement = screen.getByText(/MJCF/i);
expect(linkElement).toBeInTheDocument();
});
4 changes: 0 additions & 4 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ function App() {
<div className="container">
<div className="content">
<h1>K-Scale Store</h1>
<p>
<a href="https://kscale.dev">Website</a> |{" "}
<a href="https://github.com/kscalelabs">Github</a>
</p>
<h2>Stompy</h2>
<p>Stompy artifact downloads</p>
<p>
Expand Down

0 comments on commit f504430

Please sign in to comment.