Skip to content

Commit

Permalink
Adding external-link icon (#1827)
Browse files Browse the repository at this point in the history
Fixes #1821
  • Loading branch information
ArgiesDario committed Feb 24, 2023
1 parent a4a1a4d commit c4b2257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/components/Layout.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// https://nextjs.org/docs/basic-features/layouts

import { Box, Grid } from "@chakra-ui/react";
import { Activity, BarChart2, HelpCircle, Layout, MessageSquare, Settings, TrendingUp, Users } from "lucide-react";
import { Activity, BarChart2, ExternalLink, Layout, MessageSquare, Settings, TrendingUp, Users } from "lucide-react";
import type { NextPage } from "next";
import { Header } from "src/components/Header";

Expand Down Expand Up @@ -59,7 +59,7 @@ export const getDashboardLayout = (page: React.ReactElement) => (
{
labelID: "Guidelines",
pathname: "https://projects.laion.ai/Open-Assistant/docs/guides/guidelines",
icon: HelpCircle,
icon: ExternalLink,
target: "_blank",
},
]}
Expand Down

0 comments on commit c4b2257

Please sign in to comment.