diff --git a/src/app/page.tsx b/src/app/page.tsx
index 190fbed..081ef97 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -673,7 +673,7 @@ export default function App() {
- {/* */}
+
Проекты
diff --git a/src/components/MoreProjectButton.tsx b/src/components/MoreProjectButton.tsx
index c9689cf..8188dee 100644
--- a/src/components/MoreProjectButton.tsx
+++ b/src/components/MoreProjectButton.tsx
@@ -2,11 +2,11 @@ import { motion } from "framer-motion";
import PlusIcon from "./icons/PlusIcon";
import ArrowIcon from "./icons/ArrowIcon";
-interface MoreProjectButtonProps {
+interface IMoreProjectButtonProps {
onClick?: () => void;
}
-function MoreProjectButton({ onClick }: MoreProjectButtonProps) {
+function MoreProjectButton({ onClick }: IMoreProjectButtonProps) {
return (