diff --git a/src/app/(tools)/layout.tsx b/src/app/(tools)/layout.tsx index c70d623..0a53c4a 100644 --- a/src/app/(tools)/layout.tsx +++ b/src/app/(tools)/layout.tsx @@ -43,7 +43,7 @@ export default function ToolsLayout({ href="https://github.com/t3dotgg/quickpic" target="_blank" rel="noopener noreferrer" - className="hover:underline" + className="hover:underline text-white" > View on GitHub diff --git a/src/app/(tools)/rounded-border/rounded-tool.tsx b/src/app/(tools)/rounded-border/rounded-tool.tsx index 8c85dc4..28c0b5a 100644 --- a/src/app/(tools)/rounded-border/rounded-tool.tsx +++ b/src/app/(tools)/rounded-border/rounded-tool.tsx @@ -200,13 +200,18 @@ export function RoundedTool() {

Round the corners of any image

-
diff --git a/src/app/(tools)/square-image/square-tool.tsx b/src/app/(tools)/square-image/square-tool.tsx index 07832e0..fca3189 100644 --- a/src/app/(tools)/square-image/square-tool.tsx +++ b/src/app/(tools)/square-image/square-tool.tsx @@ -117,13 +117,18 @@ export const SquareTool: React.FC = () => { Create square images with custom backgrounds. Fast and free.

-
diff --git a/src/app/(tools)/svg-to-png/svg-tool.tsx b/src/app/(tools)/svg-to-png/svg-tool.tsx index eb9232c..e1d34c3 100644 --- a/src/app/(tools)/svg-to-png/svg-tool.tsx +++ b/src/app/(tools)/svg-to-png/svg-tool.tsx @@ -2,9 +2,7 @@ import { usePlausible } from "next-plausible"; import { useMemo, useState } from "react"; import { useLocalStorage } from "@/hooks/use-local-storage"; - import { type ChangeEvent } from "react"; - type Scale = 1 | 2 | 4 | 8 | 16 | 32 | 64; function scaleSvg(svgContent: string, scale: Scale) { @@ -185,12 +183,17 @@ export function SVGTool() { Make SVGs into PNGs. Also makes them bigger. (100% free btw.)

-