Skip to content

Commit

Permalink
Fix "mam problem" link (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matushl authored Dec 13, 2024
1 parent ad6913b commit 9a41294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Crossroad/Crossroad.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const Crossroad: React.FC = () => {
Máš problém?
</Typography>
<Stack spacing={2} direction="row">
<Link variant="crossroadButton" href="https://r.mtdv.me/articles/mam-problem" invertColors>
<Link variant="crossroadButton" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" invertColors>
Áno
</Link>
<Button variant="crossroadButton" onClick={() => setIsProblem(true)} invertColors>
Expand Down

0 comments on commit 9a41294

Please sign in to comment.