Skip to content

Commit c987cd2

Browse files
committed
fix multimodal research direction redirection
1 parent f50971d commit c987cd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/tag.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function PublicationTag({ tag }: { tag: Tag }) {
2929
color = "secondary";
3030
break;
3131
case Tag.MultiModalFoundationModel:
32-
name = "Multi-Modal Foundation Model";
32+
name = "Multimodal Foundation Model";
3333
color = "success";
3434
break;
3535
case Tag.GeometricAndGraphLearning:

config/publications.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export enum Tag {
22
GeometricAndGraphLearning = "Geometric and Graph Learning",
3-
MultiModalFoundationModel = "Multi-Modal Foundation Model",
3+
MultiModalFoundationModel = "Multimodal Foundation Model",
44
TrustworthyAI = "Trustworthy AI",
55
Applications = "Applications",
66
Benchmark = "Benchmark",

0 commit comments

Comments
 (0)