chore: minor ui improvements

This commit is contained in:
Liyas Thomas
2022-12-29 11:10:16 +05:30
parent 51e40581b0
commit acafc072db
2 changed files with 6 additions and 2 deletions

View File

@@ -46,10 +46,10 @@ export function createHoppApp(el: string | Element, platformDef: PlatformDef) {
console.info(
"%cWE ♥️ OPEN SOURCE",
"margin:8px 0;font-family:Inter;font-weight:600;font-size:60px;color:violet;"
"margin:8px 0;font-family:sans-serif;font-weight:600;font-size:60px;color:violet;"
)
console.info(
"%cContribute: https://github.com/hoppscotch/hoppscotch",
"margin:8px 0;font-family:Inter;font-weight:500;font-size:24px;color:violet;"
"margin:8px 0;font-family:sans-serif;font-weight:500;font-size:24px;color:violet;"
)
}