Add contact to the website, fix some small things
This commit is contained in:
2
astro/src/types/components/contact.d.ts
vendored
2
astro/src/types/components/contact.d.ts
vendored
@@ -10,7 +10,7 @@ type ContactComponent = {
|
||||
type ContactMethod = {
|
||||
id: string;
|
||||
title: string;
|
||||
text: string;
|
||||
url: string;
|
||||
color: string;
|
||||
icon: PhotoProps;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user