Skip to content

Commit 14589f7

Browse files
committed
Changed directory of "Om Janushyttene" - button
1 parent 2a1062c commit 14589f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/src/components/pages/cabins/CabinsDetailsSection.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { Button, Container, Grid, Typography } from "@mui/material";
22
import { styled } from "@mui/material/styles";
33

4-
import { NextLinkComposed } from "@/components/Link";
5-
64
import { cabinImages } from "./ImageSlider/imageData";
75
import { ImageSlider } from "./ImageSlider/ImageSlider";
86

7+
import { NextLinkComposed } from "@/components/Link";
8+
99
const RootStyle = styled("div")(({ theme }) => ({
1010
background: theme.vars.palette.background.elevated,
1111
position: "relative",
@@ -45,7 +45,7 @@ export const CabinsDetailsSection: React.FC = () => {
4545
<Grid item>
4646
<Button
4747
component={NextLinkComposed}
48-
to="/about/organizations/Janushyttene"
48+
to="/about/organizations/hytteforeningen"
4949
variant="outlined"
5050
size="small"
5151
fullWidth={false}

0 commit comments

Comments
 (0)