add: Notes app added to my projects
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import React, { useState } from "react";
|
||||
import { useTranslations, useLocale } from "next-intl";
|
||||
import { Header } from "@/components/header";
|
||||
import { SiVk, SiTelegram, SiPostgresql, SiReact, SiGo, SiHtml5, SiMaildotru, SiGmail, SiTiktok } from "react-icons/si";
|
||||
import { SiVk, SiTelegram, SiPostgresql, SiReact, SiGo, SiHtml5, SiMaildotru, SiGmail, SiTiktok, SiGithub } from "react-icons/si";
|
||||
import Link from "next/link";
|
||||
import Image from "next/image";
|
||||
import { TriangleAlert } from "lucide-react";
|
||||
@@ -51,6 +51,7 @@ export default function Main() {
|
||||
{"icon": <SiGmail />, "name": t("contact.contacts.2.name"), "username": "rezcjikov@gmail.com", "url": "mailto:rezcjikov@gmail.com"},
|
||||
{"icon": <SiVk />, "name": t("contact.contacts.3.name"), "username": "@rezcjikov", "url": "https://vk.com/rezcjikov/"},
|
||||
{"icon": <SiTiktok />, "name": t("contact.contacts.4.name"), "username": "@gattowolfe", "url": "https://tiktok.com/@gattowolfe/"},
|
||||
{"icon": <SiGithub />, "name": t("contact.contacts.5.name"), "username": "@dusiburg", "url": "https://github.com/dusiburg/"},
|
||||
]
|
||||
|
||||
const languages = [
|
||||
|
||||
Reference in New Issue
Block a user