From 18062a6800a788a5bf5647b386909efe40866964 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Mon, 1 Mar 2021 13:45:20 -0500 Subject: moved single quote in profile class year --- src/utils/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils') diff --git a/src/utils/common.ts b/src/utils/common.ts index 8efe1f6a..50f96493 100644 --- a/src/utils/common.ts +++ b/src/utils/common.ts @@ -29,7 +29,7 @@ export const handleOpenSocialUrlOnBrowser = ( //Returns university class just like we would like to display on profile page export const getUniversityClass = (universityClass: number) => { - return `Class of ${(universityClass % 2000).toString()}'`; + return `Class of '${(universityClass % 2000).toString()}`; }; export const getDateAge: ( -- cgit v1.2.3-70-g09d2