File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -83,9 +83,10 @@ pub fn Sponsors() -> impl IntoView {
83
83
description="Evento de tecnología, cinco días con más de 150 charlas y talleres de tecnología, divulgación científica y una gran variedad de temas."
84
84
/>
85
85
<SponsorCard
86
+ image_bg_color="none"
86
87
name="Testing Bolivia"
87
88
link="https://testingbolivia.com"
88
- image=format!( "{assets_folder}/sponsors/testingbolivia.svg " )
89
+ image=format!( "{assets_folder}/sponsors/testingbolivia.png " )
89
90
description="Evento de tecnología, Hablemos de QA y Testing, su importancia dentro de las empresas y mucho mas."
90
91
/>
91
92
</div>
@@ -109,6 +110,7 @@ pub fn SponsorCard(
109
110
let colors = HashMap :: from ( [
110
111
( "white" , "bg-white dark:bg-white text-black dark:text-black" ) ,
111
112
( "black" , "bg-black text-white dark:text-black" ) ,
113
+ ( "none" , "text-white dark:text-black" ) ,
112
114
] ) ;
113
115
let current_color = ( * colors. get ( & image_bg_color) . unwrap ( ) ) . to_string ( ) ;
114
116
You can’t perform that action at this time.
0 commit comments