Skip to content

Commit

Permalink
remove old coord + fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Wallen committed May 1, 2024
1 parent 0ce5838 commit 4248649
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 27 deletions.
Binary file added .DS_Store
Binary file not shown.
21 changes: 7 additions & 14 deletions .astro/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,15 +261,6 @@ declare module 'astro:content' {
collection: "events";
data: InferEntrySchema<"events">
} & { render(): Render[".md"] };
};
"resources": {
"README.md": {
id: "README.md";
slug: "readme";
body: string;
collection: "resources";
data: any
} & { render(): Render[".md"] };
};

};
Expand All @@ -281,11 +272,6 @@ declare module 'astro:content' {
collection: "coordinators";
data: InferEntrySchema<"coordinators">
};
"ben-wallen": {
id: "ben-wallen";
collection: "coordinators";
data: InferEntrySchema<"coordinators">
};
"chris-gottwaldt": {
id: "chris-gottwaldt";
collection: "coordinators";
Expand Down Expand Up @@ -331,6 +317,11 @@ declare module 'astro:content' {
collection: "coordinators";
data: InferEntrySchema<"coordinators">
};
"nico-salm": {
id: "nico-salm";
collection: "coordinators";
data: InferEntrySchema<"coordinators">
};
"pranav-dronavalli": {
id: "pranav-dronavalli";
collection: "coordinators";
Expand All @@ -346,6 +337,8 @@ declare module 'astro:content' {
collection: "coordinators";
data: InferEntrySchema<"coordinators">
};
};
"resources": {
};

};
Expand Down
Binary file added src/.DS_Store
Binary file not shown.
Binary file removed src/assets/profiles/ben-wallen.jpg
Binary file not shown.
Binary file modified src/assets/profiles/nico-salm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 0 additions & 10 deletions src/content/coordinators/ben-wallen.json

This file was deleted.

6 changes: 3 additions & 3 deletions src/content/coordinators/nico-salm.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"grade": "Junior",
"name": "Nico Salm",
"isActive": true,
"grade": "Junior",
"image": "nico-salm.png",
"study": "Computer Science & Data Science",
"github": "nicosalm",
"linkedIn": "nicosalm",
}
"linkedIn": "nicosalm"
}

0 comments on commit 4248649

Please sign in to comment.