Skip to content

Commit

Permalink
add favicon and update logo url (#396)
Browse files Browse the repository at this point in the history
* add favicon and update logo url

* fix spacing
  • Loading branch information
tashima42 authored Mar 26, 2024
1 parent 291bbbe commit 0ebe1e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release/rancher/rancher.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ const artifactsIndexTempalte = `{{ define "release-artifacts-index" }}
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Rancher Prime Artifacts</title>
<link rel="icon" type="image/png" href="https://prime.ribs.rancher.io/assets/img/favicon.png">
<style>
body { font-family: Verdana, Geneneva; }
header { display: flex; flex-direction: row; justify-items: center; }
Expand All @@ -336,7 +337,7 @@ const artifactsIndexTempalte = `{{ define "release-artifacts-index" }}
</head>
<body>
<header>
<img src="https://www.rancher.com/assets/img/logos/rancher-suse-logo-horizontal-color.svg" alt="rancher logo" id="rancher-logo" />
<img src="https://prime.ribs.rancher.io/assets/img/rancher-suse-logo-horizontal-color.svg" alt="rancher logo" id="rancher-logo" />
<h1>Prime Artifacts</h1>
</header>
<main>
Expand Down

0 comments on commit 0ebe1e5

Please sign in to comment.