Skip to content

Instantly share code, notes, and snippets.

View RadmanRAZ's full-sized avatar
🎯
this is where hope grows

Radman Aminzadeh RadmanRAZ

🎯
this is where hope grows
  • ParsmehrCo
  • 00:11 (UTC -12:00)
View GitHub Profile
@RadmanRAZ
RadmanRAZ / ProfileMenu.tsx
Created August 30, 2023 07:59 — forked from adrianhajdin/ProfileMenu.tsx
Build and Deploy a Full Stack Next.js 13 Application | React, Next JS 13, TypeScript, Tailwind CSS
"use client"
import Link from "next/link";
import Image from "next/image";
import { signOut } from "next-auth/react";
import { Fragment, useState } from "react";
import { Menu, Transition } from "@headlessui/react";
import { SessionInterface } from "@/common.types";