update the rest of the projects and remove the view dir
This commit is contained in:
@@ -3,7 +3,7 @@ import styles from "../styling/footer.module.scss";
|
||||
const Footer = () => {
|
||||
return (
|
||||
<footer className={styles.section}>
|
||||
Copyright © Patryk Kuchta 2024
|
||||
Copyright © Patryk Kuchta {new Date().getFullYear()}
|
||||
</footer>
|
||||
);
|
||||
};
|
||||
|
||||
@@ -9,7 +9,7 @@ const Projects = () => {
|
||||
<Splide
|
||||
options={{
|
||||
rewind: true,
|
||||
type: "loop",
|
||||
type: "slide",
|
||||
perPage: 1,
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user