From c0dd66649e1892babb401de9ee1fb8a60010cbd5 Mon Sep 17 00:00:00 2001 From: Kimberley Cook Date: Thu, 20 Oct 2022 14:43:35 +0100 Subject: [PATCH] add a photo --- www/src/components/footer.tsx | 10 ++++++++-- www/src/images/codebar-icon.png | Bin 7577 -> 6488 bytes www/src/images/workshop.jpg | Bin 0 -> 201263 bytes 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 www/src/images/workshop.jpg diff --git a/www/src/components/footer.tsx b/www/src/components/footer.tsx index c458f65..361f1ce 100644 --- a/www/src/components/footer.tsx +++ b/www/src/components/footer.tsx @@ -1,12 +1,18 @@ import React from "react"; + function Footer() { const newDate = new Date(); const year = newDate.getFullYear(); return (