feat: improve logos and clickability of cards on about and apps
All checks were successful
renovate / renovate (push) Successful in 46s
test-build / build (push) Successful in 1m8s

This commit is contained in:
2026-02-10 18:02:12 -06:00
parent 10c4f9c768
commit 63cbcdf39b
7 changed files with 139 additions and 64 deletions

View File

@@ -73,6 +73,8 @@ export type Education = {
area: string;
studyType: string;
graduationDate: string;
logo: string;
logoDark: string;
};
export type Certificate = {
@@ -81,6 +83,7 @@ export type Certificate = {
issuer: string;
issuerDate: string;
url: string;
logoName: string;
};
export type Project = {