Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
removed old code
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinriex committed Nov 6, 2023
1 parent b677151 commit 142e30a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/app/components/School.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default function School({
<div className="mb-2">
{type} in Ratingen-{district}
<br />
{/* <FontAwesomeIcon icon={faRoad} />{" "} */}
{street}
<br />
{plz}
Expand Down
3 changes: 0 additions & 3 deletions src/app/lizenzen/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ export default async function Licenses() {
key={link}
className="col d-flex align-items-start"
>
{/* <div className="icon-square text-body-emphasis d-inline-flex align-items-center justify-content-center fs-4 flex-shrink-0 me-3 text-center">
<FontAwesomeIcon icon={faCode} />
</div> */}
<div>
<h3 className="fs-4 text-body-emphasis mt-4">
{name}
Expand Down

0 comments on commit 142e30a

Please sign in to comment.