Split authentication & newsletter subscription
Deploy Spot / deploy (push) Successful in 32s

This commit is contained in:
2026-08-10 16:41:20 +02:00
parent 3e3c3ee821
commit 462502cf9f
19 changed files with 628 additions and 481 deletions
+7 -3
View File
@@ -32,6 +32,9 @@ import {
faLayerGroup,
faLink,
faLocationPin,
faRightFromBracket,
faRightToBracket,
faUser,
faMagnifyingGlass,
faMagnifyingGlassLocation,
faMapLocationDot,
@@ -47,7 +50,6 @@ import {
faTemperatureThreeQuarters,
faTriangleExclamation,
faVideo,
faWifi,
faWind
} from '@fortawesome/free-solid-svg-icons';
@@ -100,8 +102,10 @@ const ICONS = {
download: faFileArrowDown,
start: faCirclePlay,
/* Admin */
newsletter: faWifi,
/* Settings */
account: faUser,
login: faRightToBracket,
logout: faRightFromBracket,
project: faPersonHiking,
unsubscribe: faCircleXmark,
credits: faPaw,