Merge pull request #154 from dimitri-kandassamy/fix-footer-github-link

fix: Fix 404 errors for github repository and license urls in the footer
This commit is contained in:
Alicia Sykes 2024-06-30 22:40:14 +01:00 committed by GitHub
commit 27f719078a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
---
const repo = 'github.com/lissy93/web-check';
const github = `https://github.com/${repo}`;
const github = `https://${repo}`;
const licenseText = 'MIT';
const licenseLink = `${github}/blob/master/LICENSE`;