Removed next due task countdown and modified my page format

This commit was merged in pull request #616.
This commit is contained in:
2024-03-06 15:21:55 +01:00
parent cf8f32ed64
commit b3695324b3
9 changed files with 73 additions and 207 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ const LoadedPage = ({reloader}) => {
const { loading, data, error } = GetMyPageLoad(reloader);
return (
<div className="w-full border border-gray-400 rounded-md p-4 flex flex-col h-72 gap-2 overflow-y-auto">
<div className="w-full border border-gray-400 rounded-md p-4 flex flex-col h-72 gap-2 overflow-y-auto dark:text-white">
{loading ? (
<>
<h1 className="text-xl font-bold tracking-wide">...</h1>