update the rest of the projects and remove the view dir

This commit is contained in:
2025-05-04 18:25:51 +01:00
parent 3518e07c07
commit 132458b334
24 changed files with 62 additions and 846 deletions

View File

@@ -3,7 +3,7 @@ import styles from "../styling/footer.module.scss";
const Footer = () => {
return (
<footer className={styles.section}>
Copyright &copy; Patryk Kuchta 2024
Copyright &copy; Patryk Kuchta {new Date().getFullYear()}
</footer>
);
};

View File

@@ -9,7 +9,7 @@ const Projects = () => {
<Splide
options={{
rewind: true,
type: "loop",
type: "slide",
perPage: 1,
}}
>