add: Sudoku site added to my projects

This commit is contained in:
2025-11-22 22:27:56 +03:00
parent 10b5604fb4
commit 63ff73ab18
10 changed files with 41 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ const nunito = Nunito({
export const metadata = {
title: "Ivan Rezchikov",
description: "Web developer and just a guy who loves coding",
description: "A guy who loves coding",
};
export default function RootLayout({ children }) {

View File

@@ -108,8 +108,7 @@ export default function Main() {
</h4>
</section>
{locale == "it" && (<section className="flex gap-4 items-center px-4 xl:px-8 pb-8 xl:pb-10 bg-red-300">
<TriangleAlert />
{locale == "it" && (<section className="px-4 xl:px-8 pb-8 xl:pb-10 bg-red-300">
<h3>Cari italiani, mi scuso, ma il sito non è completamente tradotto in italiano. Sarebbe meglio usare la versione in inglese.</h3>
</section>)}