bump (move to next@canary), use tailwindcss v4

This commit is contained in:
Aidan 2025-02-17 11:49:18 -05:00
parent 3e1c75f01f
commit ffe9419db1
21 changed files with 67 additions and 60 deletions

View file

@ -59,7 +59,7 @@ export default function Home() {
id="timePeriod"
value={timePeriod}
onChange={(e) => setTimePeriod(e.target.value)}
className="ml-2 p-2 bg-gray-700 text-gray-300 rounded"
className="ml-2 p-2 bg-gray-700 text-gray-300 rounded-sm"
>
<option value="Early Summer 2024">Early Summer 2024</option>
</select>