Skip to content

Commit

Permalink
feat: add note about transparency in logos in builder (#2775)
Browse files Browse the repository at this point in the history
* feat: add note about transparency in logos in builder

* remove weird line
  • Loading branch information
vacekj authored Jan 9, 2024
1 parent 9988555 commit dfc31cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/builder/src/components/base/images/ImageCrop.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState, useRef, useEffect } from "react";
import React, { useEffect, useRef, useState } from "react";

import ReactCrop, {
centerCrop,
Expand Down Expand Up @@ -103,6 +103,9 @@ export default function ImageCrop({
/>
</ReactCrop>
)}
<div className="flex w-full" />
Note: Transparent sections in images will default to black when
uploaded. Please consider using a non-transparent background.
<div className="flex w-full">
<Button
styles={["w-1/2 justify-center"]}
Expand Down

5 comments on commit dfc31cb

@vercel
Copy link

@vercel vercel bot commented on dfc31cb Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

manager – ./packages/round-manager

manager-grants-stack.vercel.app
grants-stack-round-manager.vercel.app
manager-git-main-grants-stack.vercel.app
manager.gitcoin.co

@vercel
Copy link

@vercel vercel bot commented on dfc31cb Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

explorer-staging – ./packages/grant-explorer

explorer-staging-git-main-grants-stack.vercel.app
grants-stack-explorer-staging.vercel.app
explorer-staging-grants-stack.vercel.app

@vercel
Copy link

@vercel vercel bot commented on dfc31cb Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder-staging – ./packages/builder

builder-staging-git-main-grants-stack.vercel.app
grants-stack-builder-staging.vercel.app
builder-staging-grants-stack.vercel.app

@vercel
Copy link

@vercel vercel bot commented on dfc31cb Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

manager-staging – ./packages/round-manager

grants-stack-manager-staging.vercel.app
manager-staging-grants-stack.vercel.app
manager-staging-git-main-grants-stack.vercel.app

@vercel
Copy link

@vercel vercel bot commented on dfc31cb Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder – ./packages/builder

builder-git-main-grants-stack.vercel.app
builder-grants-stack.vercel.app
builder-kappa-one.vercel.app
builder.gitcoin.co

Please sign in to comment.