chore: fixed a comment #52

Merged
8464960 merged 3 commits from fix/comment-fix into main 2026-01-30 11:40:52 +00:00
Showing only changes of commit 1b9dddcbf2 - Show all commits

View File

@@ -1,8 +1,8 @@
{/* /*
This program has been developed by students from the bachelor Computer Science at Utrecht This program has been developed by students from the bachelor Computer Science at Utrecht
University within the Software Project course. University within the Software Project course.
© Copyright Utrecht University (Department of Information and Computing Sciences) © Copyright Utrecht University (Department of Information and Computing Sciences)
*/} */
.dashboardContainer { .dashboardContainer {
display: grid; display: grid;
grid-template-columns: 2fr 1fr; /* Left = content, Right = logs */ grid-template-columns: 2fr 1fr; /* Left = content, Right = logs */