Skip to content

Commit

Permalink
Merge branch 'main' into 2177-builder-error-when-deleting-characters-…
Browse files Browse the repository at this point in the history
…from-project-website-url
  • Loading branch information
vacekj authored Jan 9, 2024
2 parents 9518039 + dfc31cb commit 0d5f15d
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

0 comments on commit 0d5f15d

Please sign in to comment.