From 46326154c25cc47b16d88a2e4124c864027c73c8 Mon Sep 17 00:00:00 2001 From: Austin Jackson Date: Sun, 26 Feb 2023 02:31:40 -0600 Subject: [PATCH] update LabeledLink --- src/Course.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Course.ts b/src/Course.ts index 5fe7dfe..67a1555 100644 --- a/src/Course.ts +++ b/src/Course.ts @@ -7,6 +7,7 @@ import { Enrollment } from './Enrollment'; export interface LabeledLink { title: string; + tooltip?: string; url: string; }