Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions website/src/pages/Homepage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ const Homepage = () => {
</p>{" "}
<div className="buttonRow">
<Link
target="_blank"
rel="noopener noreferrer"
to="/account"
>
<button className="button">
Expand Down
3 changes: 3 additions & 0 deletions website/src/routing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { GetMappingNames } from "./tabs/rest/GetMappingNames.jsx";
import { GetMappingValue } from "./tabs/rest/GetMappingValue.jsx";
import { FieldArithmetic } from "./tabs/algebra/FieldArithmetic.jsx";
import { GroupArithmetic } from "./tabs/algebra/GroupArithmetic.jsx";
import { HashFunctions } from "./tabs/algebra/HashFunctions.jsx";
import Homepage from "./pages/Homepage";
import TermsOfUse from "./pages/TermsOfUse";
import PrivacyPolicy from "./pages/PrivacyPolicy"
Expand Down Expand Up @@ -124,6 +125,8 @@ export const router = createBrowserRouter([
<FieldArithmetic />
<br />
<GroupArithmetic />
<br />
<HashFunctions />
</>
),
},
Expand Down
Loading
Loading