Skip to content

Commit

Permalink
fix tutorial link
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 committed Apr 17, 2024
1 parent f673fa5 commit ededc3f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions apps/frontend/src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ import { TeacherIcon } from "~components/TeacherIcon";
import { trpc } from "~utils/trpc";

export const HomePage: React.FC = () => {

const { isError } = trpc.user.me.useQuery( {},
{ retry: false, keepPreviousData: false, cacheTime: 0 });
const { isError } = trpc.user.me.useQuery(
{},
{ retry: false, keepPreviousData: false, cacheTime: 0 }
);

const location = useLocation();

Expand Down Expand Up @@ -99,7 +100,7 @@ export const HomePage: React.FC = () => {
<Typography variant="subtitle1" gutterBottom={true}>
<Trans i18nKey={"home.tutoriel.link"}>
<Link
href="https://canevas.hypotheses.org/560"
href="https://celluloid-media.huma-num.fr/w/7r2FxoQdYjun6tYWJfHUCa"
target="_blank"
rel="noreferrer"
/>
Expand Down

0 comments on commit ededc3f

Please sign in to comment.