diff --git a/LICENSE b/LICENSE index 21d75af14..298523bfb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 openSenseMap +Copyright (c) 2026 openSenseMap Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/app/components/header/menu/index.tsx b/app/components/header/menu/index.tsx index f4491e425..2fbd91ac5 100644 --- a/app/components/header/menu/index.tsx +++ b/app/components/header/menu/index.tsx @@ -12,6 +12,7 @@ import { Compass, ScrollText, MessagesSquare, + Info, } from 'lucide-react' import { useState } from 'react' import { useTranslation } from 'react-i18next' @@ -103,6 +104,12 @@ export default function Menu() { )} + + + + {t('about_label')} + + {!(matches[1].pathname === '/explore') && ( diff --git a/app/components/landing/footer.tsx b/app/components/landing/footer.tsx index 281c57793..e77870331 100644 --- a/app/components/landing/footer.tsx +++ b/app/components/landing/footer.tsx @@ -2,6 +2,7 @@ import { useTranslation } from 'react-i18next' export default function Footer() { const { t } = useTranslation('footer') + const currentYear = new Date().getFullYear(); return (