Skip to content

Commit

Permalink
feat(ui): update logo at docs and CLI splash
Browse files Browse the repository at this point in the history
Signed-off-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
  • Loading branch information
Marvin9 committed Oct 16, 2024
1 parent a706d85 commit f4fd802
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const config = {
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
favicon: 'img/kargo.png',

// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
Expand Down
Binary file removed docs/static/img/favicon.ico
Binary file not shown.
Binary file modified docs/static/img/kargo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed internal/cli/cmd/login/assets/favicon.ico
Binary file not shown.
Binary file modified internal/cli/cmd/login/assets/kargo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion internal/cli/cmd/login/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ var splashHTML = []byte(`<!DOCTYPE html>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>Kargo</title>
<link rel="shortcut icon" type="image/jpg" href="/assets/favicon.ico"/>
<link rel="shortcut icon" type="image/png" href="/assets/kargo.png"/>
<link rel='stylesheet' type='text/css' media='screen' href='/assets/splash.css'>
</head>
<body>
Expand Down
Binary file removed ui/public/favicon.ico
Binary file not shown.
Binary file added ui/public/kargo-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f4fd802

Please sign in to comment.