aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Tchayka <nikitatchayka@gmail.com>2023-09-17 16:53:15 +0100
committerNikita Tchayka <nikitatchayka@gmail.com>2023-09-17 16:53:15 +0100
commit3478dcbbd6cd0023d6152519e51f87fcbcc8501d (patch)
treef228380d8387a76a2f7f4f18bc67f3b4384a4eb9
parent640475abc65d73821ad70fd27379d6c648e399cc (diff)
downloadneohaskell.github.io-3478dcbbd6cd0023d6152519e51f87fcbcc8501d.tar.gz
neohaskell.github.io-3478dcbbd6cd0023d6152519e51f87fcbcc8501d.tar.bz2
neohaskell.github.io-3478dcbbd6cd0023d6152519e51f87fcbcc8501d.zip
Add logo
-rw-r--r--src/pages/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 0237915..d24552f 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -101,6 +101,7 @@ export default function Home(): JSX.Element {
<div className="lg:mx-32 mx-0 mb-32">
<Frame>
<div className="lg:p-16 p-0 flex flex-col gap-8">
+ <img src="img/logo.svg" className="mx-auto lg:h-64 h-32" />
<h2 className="text-center md:text-4xl text-2xl">
A Community for People Like You
</h2>