From 6df6cbbb47d8b932a790ed9ef68dc8fac42ce0f4 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Tue, 13 Apr 2021 15:24:03 -0500 Subject: Style editor lists --- src/models/EventInfo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/models') diff --git a/src/models/EventInfo.ts b/src/models/EventInfo.ts index 4493162..962ec70 100644 --- a/src/models/EventInfo.ts +++ b/src/models/EventInfo.ts @@ -39,7 +39,7 @@ export default class EventInfo { get info() { if (this.days === '') { - return 'ONLINE'; + return 'WEB'; } return `${this.days} ${EventInfo.timeToStr(this.start)}-${EventInfo.timeToStr(this.end)}`; } -- cgit v1.2.3