mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
Merge branch 'staging'
This commit is contained in:
@@ -8,7 +8,6 @@ import { useSession } from "@opencut/auth/client";
|
|||||||
import { getStars } from "@/lib/fetch-github-stars";
|
import { getStars } from "@/lib/fetch-github-stars";
|
||||||
import { useEffect, useState } from "react";
|
import { useEffect, useState } from "react";
|
||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
import { env } from "@/env";
|
|
||||||
|
|
||||||
export function Header() {
|
export function Header() {
|
||||||
const { data: session } = useSession();
|
const { data: session } = useSession();
|
||||||
@@ -41,7 +40,7 @@ export function Header() {
|
|||||||
Contributors
|
Contributors
|
||||||
</Button>
|
</Button>
|
||||||
</Link>
|
</Link>
|
||||||
{env.NODE_ENV === "development" ? (
|
{process.env.NODE_ENV === "development" ? (
|
||||||
<Link href="/projects">
|
<Link href="/projects">
|
||||||
<Button size="sm" className="text-sm ml-4">
|
<Button size="sm" className="text-sm ml-4">
|
||||||
Projects
|
Projects
|
||||||
|
|||||||
Reference in New Issue
Block a user