File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 4848  border-radius :  50px  ;
4949}
5050
51+ .add  {
52+   border :  1px   dashed # ccc ;
53+   border-radius :  50px  ;
54+   font-size :  12px  ;
55+ }
56+ 
5157@media  (min-width :  768px  ) {
5258  .logoGroup  {
5359    display :  grid;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export function SponsorsList() {
2121          target = "_blank" 
2222          rel = "noopener noreferrer" 
2323        > 
24-           < img  src = "/images/route4me.png"  alt = "route4me"   /> 
24+           < img  src = "/images/route4me.png"  alt = "route4me" /> 
2525        </ a > 
2626        < a 
2727          href = "https://www.follower24.de/" 
@@ -34,6 +34,14 @@ export function SponsorsList() {
3434            alt = "follower24" 
3535          /> 
3636        </ a > 
37+         < a 
38+           href = "https://opencollective.com/react-hook-form" 
39+           target = "_blank" 
40+           className = { styles . add } 
41+           rel = "noopener noreferrer" 
42+         > 
43+           + Sponsor
44+         </ a > 
3745      </ div > 
3846    </ div > 
3947  ) 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments