diff --git a/apps/cli/src/utils/render-title.ts b/apps/cli/src/utils/render-title.ts
index e87d8e1..bd9c52d 100644
--- a/apps/cli/src/utils/render-title.ts
+++ b/apps/cli/src/utils/render-title.ts
@@ -38,7 +38,7 @@ export const renderTitle = () => {
if (terminalWidth < titleWidth) {
const simplifiedTitle = `
╔══════════════════╗
- ║ Better T-Stack ║
+ ║ Better T Stack ║
╚══════════════════╝
`;
console.log(
diff --git a/apps/web/src/app/(home)/_components/stack-builder.tsx b/apps/web/src/app/(home)/_components/stack-builder.tsx
index affc0f5..57953d2 100644
--- a/apps/web/src/app/(home)/_components/stack-builder.tsx
+++ b/apps/web/src/app/(home)/_components/stack-builder.tsx
@@ -966,7 +966,7 @@ const StackBuilder = () => {
const shareToTwitter = () => {
const text = encodeURIComponent(
- "Check out this cool tech stack I configured with Create Better T-Stack!\n\n",
+ "Check out this cool tech stack I configured with Create Better T Stack!\n\n",
);
if (typeof window !== "undefined") {
const url = encodeURIComponent(window.location.href);
@@ -1355,15 +1355,17 @@ const StackBuilder = () => {
getBadgeColors(category),
)}
>
-