diff --git a/package-lock.json b/package-lock.json index 89bbdc2..690e70e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "raceway", - "version": "0.0.11", + "version": "0.0.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "raceway", - "version": "0.0.11", + "version": "0.0.12", "dependencies": { "@marzzelo/windir": "^1.2.3", "next": "^16.2.10", diff --git a/package.json b/package.json index 26fc40f..2250c37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "raceway", - "version": "0.0.11", + "version": "0.0.12", "private": true, "scripts": { "dev": "next dev", diff --git a/src/app/todo/page.js b/src/app/todo/page.js index a4eedad..7c181c6 100644 --- a/src/app/todo/page.js +++ b/src/app/todo/page.js @@ -5,6 +5,8 @@ import Image from "next/image"; import { useEffect, useState } from "react"; import styles from "./todo.module.css"; +const version = require("../../../package.json").version; + export default function WeatherPage() { const [weather, setWeather] = useState(null); const [time, setTime] = useState(new Date().toLocaleTimeString()); @@ -96,7 +98,10 @@ export default function WeatherPage() {
Raceway Car Wash - Fox Lake + + Fox Lake{" "} + v{version} + {time || "00:00:00 AM"} @@ -105,8 +110,8 @@ export default function WeatherPage() {
- Automated List - Manual List + Daily ToDo Rotation + Manual ToDo List diff --git a/src/app/todo/todo.module.css b/src/app/todo/todo.module.css index 6f4a527..44bb0df 100644 --- a/src/app/todo/todo.module.css +++ b/src/app/todo/todo.module.css @@ -27,6 +27,12 @@ font-size: 20px; letter-spacing: 2px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); + + .version { + font-size: 10pt; + font-weight: light; + color: rgba(255, 255, 255, 0.6); + } } .right {