Skip to content

Commit d8a6001

Browse files
committed
Applied prettier formatting
1 parent 3bd82ca commit d8a6001

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/util/constants.ts

+2-4
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,8 @@ export const KOSS_LINKEDIN_URL =
4343
export const KOSS_TWITTER_URL = "https://twitter.com/kossiitkgp";
4444
export const FOSSU_WEBSITE_URL = "https://fossunited.org";
4545

46-
export const MENTOR_MANUAL_LINK =
47-
"https://0x0.st/X7pL.pdf"
48-
export const STUDENT_MANUAL_LINK =
49-
"https://0x0.st/X7p9.pdf"
46+
export const MENTOR_MANUAL_LINK = "https://0x0.st/X7pL.pdf";
47+
export const STUDENT_MANUAL_LINK = "https://0x0.st/X7p9.pdf";
5048

5149
export const GH_OAUTH_CLIENT_ID = import.meta.env.VITE_GH_OAUTH_CLIENT_ID;
5250
export const GH_OAUTH_URL = `https://github.com/login/oauth/authorize?client_id=${GH_OAUTH_CLIENT_ID}&state=replacethiswithrandomtextlater`;

0 commit comments

Comments
 (0)