From 1251d35b94d64b7f34d5dd16eab8e7493b0c966c Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 7 Feb 2022 21:13:03 +0200 Subject: Add tests, do things --- src/App.tsx | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'src/App.tsx') diff --git a/src/App.tsx b/src/App.tsx index 9e78af3..5d33a38 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,13 +3,19 @@ import Editor from "./Editor" import Tutorial from "./Tutorial" import icon from "./favicon.png" +const GithubIcon = () => ( + +) + const App = () => { return (
- SLAM +

SLAM

A Mere Stack Language @@ -17,6 +23,17 @@ const App = () => {
+
+

Author

+

+ Jan Tuomi <jans.tuomi@gmail.com> +

+ + + +
Github
+
+
) } -- cgit v1.3