File tree Expand file tree Collapse file tree
components/__tests__/__snapshots__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ A clean and modern web UI dashboard that displays some quick informations from t
88
99## Built with
1010
11- - [ Node.js] ( https://nodejs.org/ ) v22 .x
11+ - [ Node.js] ( https://nodejs.org/ ) v24 .x
1212- [ Nuxt 3] ( https://nuxt.com/ ) - main application framework based on [ Vue 3] ( https://vuejs.org/ )
1313- [ Typescript] ( https://www.typescriptlang.org/ ) - static type checking
1414- [ Tailwind.css] ( https://tailwindcss.com/ ) - utility-first CSS framework
Original file line number Diff line number Diff line change 22
33exports [` <Footer /> 1` ] = `
44"<footer class = " text-center p-6" >
5- <p class = " font-light text-sm" ><span >2025 </span > - Sviluppato da <a href = " https://github.com/moebiusmania/atmmi-info-ui" target = " _blank" class = " underline" rel = " noopener noreferrer" > Salvatore Laisa </a ></p >
5+ <p class = " font-light text-sm" ><span >2026 </span > - Sviluppato da <a href = " https://github.com/moebiusmania/atmmi-info-ui" target = " _blank" class = " underline" rel = " noopener noreferrer" > Salvatore Laisa </a ></p >
66 <p class = " font-light text-sm mt-3" > Progetto indipendente e non affiliato o supportato da ATM Milano S.p.A. </p >
77</footer >"
88` ;
You can’t perform that action at this time.
0 commit comments