diff --git a/icons/comms-cli.png b/icons/comms-cli.png index 6b726b7..43dc9f1 100644 Binary files a/icons/comms-cli.png and b/icons/comms-cli.png differ diff --git a/icons/comms-cli.svg b/icons/comms-cli.svg index df9d1f0..62cda06 100644 --- a/icons/comms-cli.svg +++ b/icons/comms-cli.svg @@ -1,26 +1,33 @@ - + - - - - - - - + + + + + + + - + + + + + + - - - + + + + + - + @@ -28,119 +35,120 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - - + + + - - + + - - + + - + - - + + - - - + + + - - + + - - + + - + - + - + + - + - + diff --git a/src/lib/auth-pages.ts b/src/lib/auth-pages.ts index 2bf9d16..949b339 100644 --- a/src/lib/auth-pages.ts +++ b/src/lib/auth-pages.ts @@ -1,3 +1,160 @@ +const COMMS_CLI_ICON_SVG = ` + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +` + export function renderSuccess(): string { return ` @@ -230,152 +387,7 @@ export function renderSuccess(): string {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ${COMMS_CLI_ICON_SVG}
@@ -545,152 +557,7 @@ export function renderError(errorMessage: string): string {