From f5d624bf2c7e58e96a0f236d0dac1906ba4a2f71 Mon Sep 17 00:00:00 2001 From: Mohit Kambli Date: Mon, 19 Feb 2024 17:54:15 -0500 Subject: [PATCH] Fix #977 : Update copyright text in footer --- views/partials/footer.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/partials/footer.pug b/views/partials/footer.pug index 26ef0003..55255713 100644 --- a/views/partials/footer.pug +++ b/views/partials/footer.pug @@ -1,5 +1,5 @@ footer(class='flex flex-col items-center pt-6 pb-5 space-y-2 text-center') - div(class='mb-2') TanulóSCH © 2022 + div(class='mb-2') TanulóSCH © 2024 div(class='flex flex-row items-center justify-center space-x-6') a(aria-label="GitHub link" href='https://github.com/kir-dev' target='_blank' rel='noopener noreferrer') svg(xmlns='http://www.w3.org/2000/svg' alt="Github" aria-label="Github" viewbox='0 0 24 24' fill='currentColor' class='w-6 h-6 hover:text-blue-800 dark:hover:text-blue-500 animate-hover')