Skip to content

Commit

Permalink
remove hash to navigate
Browse files Browse the repository at this point in the history
  • Loading branch information
kami2016 committed May 21, 2024
1 parent b71ce9d commit 90c34e8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
File renamed without changes

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500&family=Karla&display=swap"
rel="stylesheet"
/>
<script type="module" crossorigin src="/bv2024_frontend/assets/index.812d7fc3.js"></script>
<script type="module" crossorigin src="/bv2024_frontend/assets/index.e0fa9f8b.js"></script>
<link rel="stylesheet" href="/bv2024_frontend/assets/index.800bf6e7.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion js/ProjectDetail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const ProjectDetail = () => {
<Row>
<Col xl={4}>
<div id="back_btn_projectdetail" className="text_color">
<a href="/#/Projekte">ZURÜCK</a>
<a href="/Projekte">ZURÜCK</a>
</div>
</Col>

Expand Down
2 changes: 1 addition & 1 deletion js/StaffDetailCompLeft.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const StaffDetailCompLeft = ({ staff }) => {
</div>

<div id="back_btn" className="text_color">
<a href="/#/Mitarbeitende">ZURÜCK</a>
<a href="/Mitarbeitende">ZURÜCK</a>
</div>
</div>
<br />
Expand Down

0 comments on commit 90c34e8

Please sign in to comment.