File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 7777 background-color : var (--secondary-color );
7878 }
7979
80+ .link {
81+ display : inline-block;
82+ color : var (--primary-color );
83+ text-decoration : none;
84+ border-radius : 4px ;
85+ transition : background-color 0.3s ;
86+ }
87+
88+ .link : hover {
89+ color : var (--secondary-color );
90+ }
91+
92+
8093 .chart-info {
8194 background-color : # fff ;
8295 border : 1px solid # e0e0e0 ;
199212
200213< body >
201214< div class ="container ">
202- < h1 > Prozorro Sale AWS Auth Controller Chart Repository</ h1 >
203-
215+ < h1 > < a target ="_blank " href ="https://prozorro.sale " class ="link ">
216+ < img src ="https://prozorro.sale/static/favicon/favicon.ico " alt ="Prozorro.sale ">
217+ Prozorro.Sale</ a > < br />
218+ AWS Auth Controller Chart Repository</ h1 >
204219 < div class ="description ">
205- This is the Helm chart repository for the Prozorro Sale aws-auth-controller application.
220+ This is the Helm chart repository for the aws-auth-controller application.
206221 </ div >
207222
208223 < div id ="chartInfo " class ="chart-info ">
You can’t perform that action at this time.
0 commit comments