Compare commits

..

2 Commits

Author SHA1 Message Date
09a37675a9 Merge pull request 'Fix compilation issue' (#151) from dashboard into main
All checks were successful
Playwright Tests / test (push) Has been skipped
Check usage of free licenses / build-static-assets (push) Successful in 35s
Build Nginx-based docker image / build-static-assets (push) Successful in 3m11s
Reviewed-on: #151
2024-12-11 23:20:55 +00:00
9029d756e7 Fix compilation issue
All checks were successful
Playwright Tests / test (pull_request) Has been skipped
Check usage of free licenses / build-static-assets (pull_request) Successful in 28s
Add copyright notice / copyright_notice (pull_request) Successful in 33s
2024-12-12 00:19:46 +01:00

View File

@ -1,9 +1,9 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import { GlobalSummary } from '@/app/lib/definitions';
import { GlobalSummary as Summary} from '@/app/lib/definitions';
import { MainCard, SecondaryCard } from '../components/dashboard-cards';
export default function GlobalSummary({ summary }: { summary: GlobalSummary }) {
export default function GlobalSummary({ summary }: { summary: Summary }) {
return (
<div className="my-4">
<div className="flex flex-row w-full my-2">