Skip to content

Commit 9889a85

Browse files
committed
fix: title
1 parent faa60cb commit 9889a85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/apps/ImageToolkitPage.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ function ImageToolkitPage() {
499499
<hr className="border-gray-700" />
500500
<div className="flex justify-center items-center mt-16">
501501
<div
502-
className="group bg-transparent border rounded-lg shadow-2xl p-6 flex flex-col justify-between relative transform transition-all duration-300 ease-in-out scale-105 overflow-hidden h-full w-full max-w-6xl"
502+
className="group bg-transparent border rounded-lg shadow-2xl p-6 flex flex-col justify-between relative overflow-hidden h-full w-full max-w-6xl"
503503
style={cardStyle}
504504
>
505505
<div
@@ -572,7 +572,7 @@ function ImageToolkitPage() {
572572
{activeEffect === 'asciiArt' && asciiArtOutput && (
573573
<div className="w-full border border-gray-500 p-2 rounded-lg mt-4">
574574
<div className="flex justify-between items-center mb-2">
575-
<h3 className="text-xl font-bold text-center">ASCII Art</h3>
575+
<h3 className="text-xl font-bold text-center ml-4">ASCII Art</h3>
576576
<button onClick={handleCopyAsciiArt} className="flex items-center gap-2 text-lg font-arvo font-normal px-4 py-2 rounded-md border transition-colors duration-300 ease-in-out bg-blue-500/50 text-white hover:bg-blue-500/70">Copy</button>
577577
</div>
578578
<pre className="text-xs text-white bg-gray-900 p-4 rounded-lg overflow-x-auto whitespace-pre">{asciiArtOutput}</pre>
@@ -591,4 +591,4 @@ function ImageToolkitPage() {
591591
);
592592
}
593593

594-
export default ImageToolkitPage;
594+
export default ImageToolkitPage;

0 commit comments

Comments
 (0)