feat: add chat ai link to header
This commit is contained in:
+10
-1
@@ -1,7 +1,7 @@
|
|||||||
import { useCallback, useEffect, useMemo, useRef, useState } from "react";
|
import { useCallback, useEffect, useMemo, useRef, useState } from "react";
|
||||||
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
|
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
|
||||||
import { faYoutube } from "@fortawesome/free-brands-svg-icons";
|
import { faYoutube } from "@fortawesome/free-brands-svg-icons";
|
||||||
import { faLightbulb, faMoon, faHistory, faCog } from "@fortawesome/free-solid-svg-icons";
|
import { faLightbulb, faMoon, faHistory, faCog, faRobot } from "@fortawesome/free-solid-svg-icons";
|
||||||
import { Link } from "react-router-dom";
|
import { Link } from "react-router-dom";
|
||||||
import { InputPanel } from "../components/InputPanel";
|
import { InputPanel } from "../components/InputPanel";
|
||||||
import type { InputValues } from "../components/InputPanel";
|
import type { InputValues } from "../components/InputPanel";
|
||||||
@@ -386,6 +386,15 @@ export function HomePage() {
|
|||||||
>
|
>
|
||||||
Suno
|
Suno
|
||||||
</a>
|
</a>
|
||||||
|
<a
|
||||||
|
href="https://chat.orfel.de/c/new"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="w-8 h-8 flex items-center justify-center rounded-lg text-fg-muted hover:text-blue-400 hover:bg-blue-400/10 transition-all duration-150"
|
||||||
|
title="Open Chat AI"
|
||||||
|
>
|
||||||
|
<FontAwesomeIcon icon={faRobot} className="w-4 h-4" />
|
||||||
|
</a>
|
||||||
<a
|
<a
|
||||||
href="https://www.youtube.com/@AIWentNonsense"
|
href="https://www.youtube.com/@AIWentNonsense"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|||||||
Reference in New Issue
Block a user