add: Sudoku site added to my projects
This commit is contained in:
@@ -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 }) {
|
||||
|
||||
@@ -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>)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user