From 78c7f2b00204ad4627f2bac34e8a377646287d99 Mon Sep 17 00:00:00 2001 From: James Croft Date: Thu, 26 Sep 2024 11:10:23 +0100 Subject: [PATCH] Add CTAs for GitHub source and LinkedIn --- src/App.jsx | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index 13c833a..eb6c217 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -17,7 +17,7 @@ import { AccordionDetails, Box, } from "@mui/material"; -import { Add, Delete, FileCopy } from "@mui/icons-material"; +import { Add, Delete, FileCopy, GitHub, LinkedIn } from "@mui/icons-material"; import { useBoundStore } from "./stores"; function App() { @@ -327,6 +327,38 @@ function App() { )} + + + Created by James Croft. + + + + +