diff --git a/src/static/captive_portal_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24.png b/src/static/captive_portal_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24.png deleted file mode 100644 index 0908872..0000000 Binary files a/src/static/captive_portal_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24.png and /dev/null differ diff --git a/src/static/github-mark.png b/src/static/github-mark.png deleted file mode 100644 index 6cb3b70..0000000 Binary files a/src/static/github-mark.png and /dev/null differ diff --git a/src/static/tailwind.css b/src/static/tailwind.css index 1a193c1..c2785ef 100644 --- a/src/static/tailwind.css +++ b/src/static/tailwind.css @@ -527,6 +527,9 @@ .invisible { visibility: hidden; } + .visible { + visibility: visible; + } .absolute { position: absolute; } @@ -728,6 +731,10 @@ .rounded-sm { border-radius: var(--radius-sm); } + .rounded-t-lg { + border-top-left-radius: var(--radius-lg); + border-top-right-radius: var(--radius-lg); + } .rounded-b-lg { border-bottom-right-radius: var(--radius-lg); border-bottom-left-radius: var(--radius-lg); diff --git a/src/templates/Components/Footer.tsx b/src/templates/Components/Footer.tsx index c52ad4a..ae017b0 100644 --- a/src/templates/Components/Footer.tsx +++ b/src/templates/Components/Footer.tsx @@ -1,6 +1,7 @@ export default function Footer() { return ( -