Skip to content

Commit

Permalink
docs(home): update backers section
Browse files Browse the repository at this point in the history
  • Loading branch information
aliemir committed May 15, 2024
1 parent 87bde78 commit 6dc82ba
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions documentation/src/refine-theme/landing-community.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const LandingCommunity: FC<Props> = ({ className }) => {
{isBrowser && (
<img
className={clsx("w-full", "object-cover")}
src={`https://refine.ams3.cdn.digitaloceanspaces.com/website/static/assets/investors${
src={`https://refine.ams3.cdn.digitaloceanspaces.com/website/static/assets/investors-2${
colorMode === "dark" ? "-dark" : ""
}.png`}
style={{
Expand All @@ -149,7 +149,6 @@ export const LandingCommunity: FC<Props> = ({ className }) => {
<div
className={clsx(
"mt-6",
"landing-lg:w-[260px]",
"px-0 landing-sm:px-6",
"text-base",
"not-prose",
Expand All @@ -166,8 +165,8 @@ export const LandingCommunity: FC<Props> = ({ className }) => {
)}
>
Y Combinator
</a>{" "}
and{" "}
</a>
{" (YC S23), "}
<a
href="https://ee.500.co/"
target="_blank"
Expand All @@ -178,6 +177,17 @@ export const LandingCommunity: FC<Props> = ({ className }) => {
>
500 Emerging Europe
</a>
{" and "}
<a
href="https://senovo.vc/"
target="_blank"
rel="noopener noreferrer"
className={clsx(
"dark:text-gray-0 text-gray-900 whitespace-nowrap no-underline ",
)}
>
Senovo
</a>
.
</div>
</div>
Expand Down

0 comments on commit 6dc82ba

Please sign in to comment.