mishig HF Staff commited on
Commit
e8df18c
·
verified ·
1 Parent(s): ab8073f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -88,7 +88,7 @@
88
  href: "https://lsvp.com/", target: "_blank"
89
  }, React.createElement("img", {
90
  src: "https://lsvp.com/wp-content/uploads/2023/04/logo_lightspeed_venture_partners.svg",
91
- className: "h-8 max-w-20 object-contain"
92
  }))
93
  ),
94
  // Sponsored by
@@ -105,7 +105,7 @@
105
  React.createElement("a", {
106
  key: i, href, target: "_blank"
107
  }, React.createElement("img", {
108
- src, className: "h-8 max-w-20 object-contain"
109
  }))
110
  )
111
  ),
@@ -116,7 +116,7 @@
116
  href: "https://www.photoroom.com/", target: "_blank"
117
  }, React.createElement("img", {
118
  src: "https://media.licdn.com/dms/image/v2/D4E0BAQGY9CCqd-ULZA/company-logo_200_200/company-logo_200_200/0/1721219031708/photoroom_logo?e=1750291200&v=beta&t=Ja2zXQoUenH2WgRb-jkSoPIFwcOQQ9t-r322tMfyLGs",
119
- className: "h-8 max-w-20 object-contain"
120
  }))
121
  )
122
  ),
 
88
  href: "https://lsvp.com/", target: "_blank"
89
  }, React.createElement("img", {
90
  src: "https://lsvp.com/wp-content/uploads/2023/04/logo_lightspeed_venture_partners.svg",
91
+ className: "h-8 max-w-32 object-contain"
92
  }))
93
  ),
94
  // Sponsored by
 
105
  React.createElement("a", {
106
  key: i, href, target: "_blank"
107
  }, React.createElement("img", {
108
+ src, className: "h-8 max-w-32 object-contain"
109
  }))
110
  )
111
  ),
 
116
  href: "https://www.photoroom.com/", target: "_blank"
117
  }, React.createElement("img", {
118
  src: "https://media.licdn.com/dms/image/v2/D4E0BAQGY9CCqd-ULZA/company-logo_200_200/company-logo_200_200/0/1721219031708/photoroom_logo?e=1750291200&v=beta&t=Ja2zXQoUenH2WgRb-jkSoPIFwcOQQ9t-r322tMfyLGs",
119
+ className: "h-8 max-w-32 object-contain"
120
  }))
121
  )
122
  ),