diff --git a/src/app/page.tsx b/src/app/page.tsx
index e84256a..a40ef95 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,9 +32,9 @@ export default function Home() {
const outputText = () => {
if (outputType === "html") {
- return `
`;
+ return `
`;
} else {
- return `[](https://discord.com/users/${userData?.userId})`;
+ return `[](https://discord.com/users/${userData?.userId})`;
}
};
const copy = () => {