Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
kami2016 committed Jun 28, 2024
1 parent 7413b81 commit cf564ad
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
File renamed without changes
10 changes: 5 additions & 5 deletions dist/assets/index.e9e58a91.js → dist/assets/index.c6ba8aac.js

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 @@ -6,7 +6,7 @@
<title>Buero Vatter</title>


<script type="module" crossorigin src="/bv2024_frontend/assets/index.e9e58a91.js"></script>
<script type="module" crossorigin src="/bv2024_frontend/assets/index.c6ba8aac.js"></script>
<link rel="stylesheet" href="/bv2024_frontend/assets/index.c18003bd.css">
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ const Home = () => {
<NewsComp></NewsComp>
</Container>

<Container>
{/* <Container>
<Link to="/Projekte/laufend" className={`${styles.current_projects}`}>
<span>
Laufende Projekte
<img src={symbol_goto} alt="Laufende Projekte" height="24px"></img>
</span>
</Link>
</Container>
</Container> */}
</div>
);
};
Expand Down

0 comments on commit cf564ad

Please sign in to comment.