From 63a81a057d0b5ea51f64f0bb57b69e82de070fb2 Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Tue, 25 Jan 2022 21:08:20 +0100 Subject: [PATCH] Fix frontpage link --- package.json | 1 + src/pages/index.js | 3 ++- yarn.lock | 5 +++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9692ba8..8c34e9a 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "gatsby-source-youtube-v3": "^3.0.2", "gatsby-transformer-remark": "^5.6.0", "gatsby-transformer-sharp": "^4.6.0", + "lucide-react": "^0.16.28", "prop-types": "^15.7.2", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/src/pages/index.js b/src/pages/index.js index 55cbadf..72e0f8e 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -7,6 +7,7 @@ import * as styles from "./index.module.scss"; import Layout from "../layouts/DefaultLayout"; import { StaticImage } from "gatsby-plugin-image"; import {Steam, Twitch, Twitter, Youtube} from "@icons-pack/react-simple-icons"; +import {Axe, Gamepad2} from "lucide-react"; const IndexPage = ({ data }) => @@ -32,7 +33,7 @@ const IndexPage = ({ data }) => ThatUnkn0wnCat @Unkn0wnKevin Unkn0wnCat - @Unkn0wnKevin + My Clan (KREIG) diff --git a/yarn.lock b/yarn.lock index 89793e7..35b77ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7580,6 +7580,11 @@ lru-queue@^0.1.0: dependencies: es5-ext "~0.10.2" +lucide-react@^0.16.28: + version "0.16.28" + resolved "https://registry.yarnpkg.com/lucide-react/-/lucide-react-0.16.28.tgz#17536766abd489c87c8dc74d908936def579f048" + integrity sha512-rWvHtjILvd5Ex1thSXCND6G4q2V2UNuut6BMFd/3F5dGfY8mTpYK/ijUwF0VHG7CH7ivrjTdfmM5ibieP/xIlQ== + make-dir@^3.0.0, make-dir@^3.0.2, make-dir@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"