Skip to content

Commit bd0cd49

Browse files
committed
update functions
1 parent 0ae916b commit bd0cd49

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

public/about/gc.png

118 KB
Loading

src/components/FunctionsTile.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,13 @@ const functionCards: FunctionCard[] = [
161161
],
162162
image: "/about/sgsot.png",
163163
},
164+
{
165+
title: "Google Classroomと連携",
166+
description: [
167+
"学番Googleアカウントでログインすると、Google Classroomの課題をScombZ内で確認できます。(Chromeのみ)",
168+
],
169+
image: "/about/gc.png",
170+
},
164171
];
165172

166173
export const FunctionsTile = () => {

0 commit comments

Comments
 (0)