Skip to content

Commit

Permalink
feat: make george porter training point to old site for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Gobot1234 committed May 8, 2024
1 parent b38432e commit 5694d02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/forge/src/routes/training/locations/george-porter.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import TrainingLocation from "@/components/training/TrainingLocation";
import { createFileRoute } from "@tanstack/react-router";
import { createFileRoute, Link } from "@tanstack/react-router";

const GeorgePorter = () => (
<TrainingLocation location={"GEORGE_PORTER"} optionalTrainingText={"carbon fibre layup station"} />
<Link to="https://training.iforge.shef.ac.uk/subject-areas/george-porter-cca-rep/online" />
// <TrainingLocation location={"GEORGE_PORTER"} optionalTrainingText={"carbon fibre layup station"} />
);

export const Route = createFileRoute("/training/locations/george-porter")({
Expand Down

0 comments on commit 5694d02

Please sign in to comment.